#C59B4D

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

Shades of Tussock #C59B4D

Tints of Tussock #C59B4D

Color information

#C59B4D (or 0xC59B4D) is unknown color: approx Tussock. HEX triplet: C5, 9B and 4D. RGB value is (197,155,77). Sum of RGB (Red+Green+Blue) = 197+155+77=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C59B4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59B4D is #3A64B2. Grayscale: #9F9F9F. Windows color (decimal): -3826867 or 5086149. OLE color: 5086149.

HSL color Cylindrical-coordinate representation of color #C59B4D: hue angle of 39º 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 #C59B4D is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB19715577-
CMYK00.210.610.23
HSL39º50.85%53.73%-
HSV(B)39º60.91%77.25%-
XYZ36.0935.8512.04-
YUV158.6781.91155.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.92%
GREEN value IS 155 (60.94% from 255) = 36.13%
BLUE value IS 77 (30.47% from 255) = 17.95%
R=45.92%
G=36.13%
B=17.95%

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
Decimal1971557700.210.610.233950.8553.73
HexC59B4D0153D17273336
Octal3052331150257527476366
Binary1100010110011011100110101010111110110111100111110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59B4D; }

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

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

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

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

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

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

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

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