Shades of Tussock #C59A49
Tints of Tussock #C59A49
RGB
CMYK
RGB Variations
Color information
#C59A49 (or 0xC59A49) is known color: Tussock. HEX triplet: C5, 9A and 49. RGB value is (197,154,73). Sum of RGB (Red+Green+Blue) = 197+154+73=424 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.46% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 73 (28.91% from 255 or 17.22% from 424); Max value from RGB is 197 - color contains mainly: red. Hex color #C59A49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59A49 is #3A65B6. Grayscale: #9D9D9D. Windows color (decimal): -3827127 or 4823749. OLE color: 4823749.
HSL color Cylindrical-coordinate representation of color #C59A49: hue angle of 39.19º 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 #C59A49 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 154 | 73 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.23 |
| HSL | 39.19º | 0.52% | 0.53% | - |
| HSV(B) | 39.19º | 0.63% | 0.77% | - |
| XYZ | 35.78 | 35.46 | 11.26 | - |
| YUV | 157.62 | 80.25 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 154 | 73 | 0 | 0.22 | 0.63 | 0.23 | 39.19 | 0.52 | 0.53 |
| Hex | C5 | 9A | 49 | 0 | 16 | 3F | 17 | 27 | 34 | 35 |
| Octal | 305 | 232 | 111 | 0 | 26 | 77 | 27 | 47 | 64 | 65 |
| Binary | 11000101 | 10011010 | 1001001 | 0 | 10110 | 111111 | 10111 | 100111 | 110100 | 110101 |
Color Harmonies of #C59A49
Complementary color
Monochromatic Colors of #C59A49
Black with #C59A49
Text Example
Text Example
White with #C59A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59A49; }
p { color: rgb(197,154,73); }
H1.HeaderClassName
{
color: #C59A49;
}
.AnyTagClassName
{
color: #C59A49;
}
</style>
background-color css
<style>
a { background-color: #C59A49; }
a { background-color: rgb(197,154,73); }
div.DivClassName
{
background-color: #C59A49;
}
.BgClassName
{
background-color: #C59A49;
}
</style>
border-color css
<style>
span { border-color: #C59A49; }
span { border-color: rgb(197,154,73); }
td.TdClassName
{
border-color: #C59A49;
}
.TagClassName
{
border-color: #C59A49;
}
</style>