#C59549

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

Shades of Tussock #C59549

Tints of Tussock #C59549

Color information

#C59549 (or 0xC59549) is unknown color: approx Tussock. HEX triplet: C5, 95 and 49. RGB value is (197,149,73). Sum of RGB (Red+Green+Blue) = 197+149+73=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 73 (28.91% from 255 or 17.42% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C59549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59549 is #3A6AB6. Grayscale: #9B9B9B. Windows color (decimal): -3828407 or 4822469. OLE color: 4822469.

HSL color Cylindrical-coordinate representation of color #C59549: hue angle of 36.77º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C59549 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB19714973-
CMYK00.240.630.23
HSL36.77º51.67%52.94%-
HSV(B)36.77º62.94%77.25%-
XYZ34.9833.8510.99-
YUV154.6981.9158.18-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.02%
GREEN value IS 149 (58.59% from 255) = 35.56%
BLUE value IS 73 (28.91% from 255) = 17.42%
R=47.02%
G=35.56%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971497300.240.630.2336.7751.6752.94
HexC595490183F17253435
Octal3052251110307727456465
Binary1100010110010101100100101100011111110111100101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59549; }

 p { color: rgb(197,149,73); }

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

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

 a { background-color: rgb(197,149,73); }

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

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

 span { border-color: rgb(197,149,73); }

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