#C08748

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

Shades of Tussock #C08748

Tints of Tussock #C08748

Color information

#C08748 (or 0xC08748) is unknown color: approx Tussock. HEX triplet: C0, 87 and 48. RGB value is (192,135,72). Sum of RGB (Red+Green+Blue) = 192+135+72=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C08748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08748 is #3F78B7. Grayscale: #919191. Windows color (decimal): -4159672 or 4753344. OLE color: 4753344.

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

Color convert

RGB19213572-
CMYK00.300.630.25
HSL31.5º48.78%51.76%-
HSV(B)31.5º62.5%75.29%-
XYZ31.572910.06-
YUV144.8686.88161.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.12%
GREEN value IS 135 (53.12% from 255) = 33.83%
BLUE value IS 72 (28.52% from 255) = 18.05%
R=48.12%
G=33.83%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921357200.300.630.2531.548.7851.76
HexC0874801E3F19203134
Octal3002071100367731406164
Binary1100000010000111100100001111011111111001100000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08748; }

 p { color: rgb(192,135,72); }

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

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

 a { background-color: rgb(192,135,72); }

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

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

 span { border-color: rgb(192,135,72); }

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