#C59B4C

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

Shades of Tussock #C59B4C

Tints of Tussock #C59B4C

Color information

#C59B4C (or 0xC59B4C) is unknown color: approx Tussock. HEX triplet: C5, 9B and 4C. RGB value is (197,155,76). Sum of RGB (Red+Green+Blue) = 197+155+76=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 76 (30.08% from 255 or 17.76% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C59B4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59B4C is #3A64B3. Grayscale: #9E9E9E. Windows color (decimal): -3826868 or 5020613. OLE color: 5020613.

HSL color Cylindrical-coordinate representation of color #C59B4C: hue angle of 39.17º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C59B4C is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB19715576-
CMYK00.210.610.23
HSL39.17º51.05%53.53%-
HSV(B)39.17º61.42%77.25%-
XYZ36.0535.8311.85-
YUV158.5581.41155.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.03%
GREEN value IS 155 (60.94% from 255) = 36.21%
BLUE value IS 76 (30.08% from 255) = 17.76%
R=46.03%
G=36.21%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971557600.210.610.2339.1751.0553.53
HexC59B4C0153D17273336
Octal3052331140257527476366
Binary1100010110011011100110001010111110110111100111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59B4C; }

 p { color: rgb(197,155,76); }

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

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

 a { background-color: rgb(197,155,76); }

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

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

 span { border-color: rgb(197,155,76); }

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