Shades of Tussock #C59549
Tints of Tussock #C59549
RGB
CMYK
RGB Variations
Color information
#C59549 (or 0xC59549) is known color: 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
| RGB | 197 | 149 | 73 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.23 |
| HSL | 36.77º | 0.52% | 0.53% | - |
| HSV(B) | 36.77º | 0.63% | 0.77% | - |
| XYZ | 34.98 | 33.85 | 10.99 | - |
| YUV | 154.69 | 81.9 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 73 | 0 | 0.24 | 0.63 | 0.23 | 36.77 | 0.52 | 0.53 |
| Hex | C5 | 95 | 49 | 0 | 18 | 3F | 17 | 25 | 34 | 35 |
| Octal | 305 | 225 | 111 | 0 | 30 | 77 | 27 | 45 | 64 | 65 |
| Binary | 11000101 | 10010101 | 1001001 | 0 | 11000 | 111111 | 10111 | 100101 | 110100 | 110101 |
Color Harmonies of #C59549
Complementary color
Monochromatic Colors of #C59549
Black with #C59549
Text Example
Text Example
White with #C59549
Text Example
Text Example
HTML Codes & Css Web 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>