#C09B4F

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

Shades of Tussock #C09B4F

Tints of Tussock #C09B4F

Color information

#C09B4F (or 0xC09B4F) is unknown color: approx Tussock. HEX triplet: C0, 9B and 4F. RGB value is (192,155,79). Sum of RGB (Red+Green+Blue) = 192+155+79=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 79 (31.25% from 255 or 18.54% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09B4F is #3F64B0. Grayscale: #9D9D9D. Windows color (decimal): -4154545 or 5217216. OLE color: 5217216.

HSL color Cylindrical-coordinate representation of color #C09B4F: hue angle of 40.35º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C09B4F is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB19215579-
CMYK00.190.590.25
HSL40.35º47.28%53.14%-
HSV(B)40.35º58.85%75.29%-
XYZ34.8735.2112.36-
YUV157.483.76152.68-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.07%
GREEN value IS 155 (60.94% from 255) = 36.38%
BLUE value IS 79 (31.25% from 255) = 18.54%
R=45.07%
G=36.38%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921557900.190.590.2540.3547.2853.14
HexC09B4F0133B19282f35
Octal3002331170237331505765
Binary1100000010011011100111101001111101111001101000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09B4F; }

 p { color: rgb(192,155,79); }

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

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

 a { background-color: rgb(192,155,79); }

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

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

 span { border-color: rgb(192,155,79); }

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