#C08847

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

Shades of Tussock #C08847

Tints of Tussock #C08847

Color information

#C08847 (or 0xC08847) is unknown color: approx Tussock. HEX triplet: C0, 88 and 47. RGB value is (192,136,71). Sum of RGB (Red+Green+Blue) = 192+136+71=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 71 (28.12% from 255 or 17.79% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C08847 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08847 is #3F77B8. Grayscale: #919191. Windows color (decimal): -4159417 or 4688064. OLE color: 4688064.

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

Color convert

RGB19213671-
CMYK00.290.630.25
HSL32.23º48.99%51.57%-
HSV(B)32.23º63.02%75.29%-
XYZ31.6829.279.94-
YUV145.3386.05161.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.12%
GREEN value IS 136 (53.52% from 255) = 34.09%
BLUE value IS 71 (28.12% from 255) = 17.79%
R=48.12%
G=34.09%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921367100.290.630.2532.2348.9951.57
HexC0884701D3F19203134
Octal3002101070357731406164
Binary1100000010001000100011101110111111111001100000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08847; }

 p { color: rgb(192,136,71); }

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

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

 a { background-color: rgb(192,136,71); }

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

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

 span { border-color: rgb(192,136,71); }

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