#C08955

Color #C08955 Twine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twine #C08955

Tints of Twine #C08955

Color information

#C08955 (or 0xC08955) is unknown color: approx Twine. HEX triplet: C0, 89 and 55. RGB value is (192,137,85). Sum of RGB (Red+Green+Blue) = 192+137+85=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 85 (33.59% from 255 or 20.53% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C08955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08955 is #3F76AA. Grayscale: #939393. Windows color (decimal): -4159147 or 5605824. OLE color: 5605824.

HSL color Cylindrical-coordinate representation of color #C08955: hue angle of 29.16º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C08955 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB19213785-
CMYK00.290.560.25
HSL29.16º45.92%54.31%-
HSV(B)29.16º55.73%75.29%-
XYZ32.3229.7512.63-
YUV147.5292.72159.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 46.38%
GREEN value IS 137 (53.91% from 255) = 33.09%
BLUE value IS 85 (33.59% from 255) = 20.53%
R=46.38%
G=33.09%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921378500.290.560.2529.1645.9254.31
HexC0895501D38191d2e36
Octal3002111250357031355666
Binary110000001000100110101010111011110001100111101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08955; }

 p { color: rgb(192,137,85); }

 H1.HeaderClassName
 {
   color: #C08955;
 }
 .AnyTagClassName
 {
   color: #C08955;
 }
</style>
background-color css

<style>
 a { background-color: #C08955; }

 a { background-color: rgb(192,137,85); }

 div.DivClassName
 {
   background-color: #C08955;
 }
 .BgClassName
 {
   background-color: #C08955;
 }
</style>
border-color css

<style>
 span { border-color: #C08955; }

 span { border-color: rgb(192,137,85); }

 td.TdClassName
 {
   border-color: #C08955;
 }
 .TagClassName
 {
   border-color: #C08955;
 }
</style>