Shades of Tussock #C59A47
Tints of Tussock #C59A47
RGB
CMYK
RGB Variations
Color information
#C59A47 (or 0xC59A47) is known color: Tussock. HEX triplet: C5, 9A and 47. RGB value is (197,154,71). Sum of RGB (Red+Green+Blue) = 197+154+71=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 71 (28.12% from 255 or 16.82% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C59A47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59A47 is #3A65B8. Grayscale: #9D9D9D. Windows color (decimal): -3827129 or 4692677. OLE color: 4692677.
HSL color Cylindrical-coordinate representation of color #C59A47: hue angle of 39.52º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C59A47 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 154 | 71 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.23 |
| HSL | 39.52º | 0.52% | 0.53% | - |
| HSV(B) | 39.52º | 0.64% | 0.77% | - |
| XYZ | 35.72 | 35.44 | 10.92 | - |
| YUV | 157.4 | 79.25 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 154 | 71 | 0 | 0.22 | 0.64 | 0.23 | 39.52 | 0.52 | 0.53 |
| Hex | C5 | 9A | 47 | 0 | 16 | 40 | 17 | 28 | 34 | 35 |
| Octal | 305 | 232 | 107 | 0 | 26 | 100 | 27 | 50 | 64 | 65 |
| Binary | 11000101 | 10011010 | 1000111 | 0 | 10110 | 1000000 | 10111 | 101000 | 110100 | 110101 |
Color Harmonies of #C59A47
Complementary color
Monochromatic Colors of #C59A47
Black with #C59A47
Text Example
Text Example
White with #C59A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59A47; }
p { color: rgb(197,154,71); }
H1.HeaderClassName
{
color: #C59A47;
}
.AnyTagClassName
{
color: #C59A47;
}
</style>
background-color css
<style>
a { background-color: #C59A47; }
a { background-color: rgb(197,154,71); }
div.DivClassName
{
background-color: #C59A47;
}
.BgClassName
{
background-color: #C59A47;
}
</style>
border-color css
<style>
span { border-color: #C59A47; }
span { border-color: rgb(197,154,71); }
td.TdClassName
{
border-color: #C59A47;
}
.TagClassName
{
border-color: #C59A47;
}
</style>