Shades of Tussock #C59749
Tints of Tussock #C59749
RGB
CMYK
RGB Variations
Color information
#C59749 (or 0xC59749) is known color: Tussock. HEX triplet: C5, 97 and 49. RGB value is (197,151,73). Sum of RGB (Red+Green+Blue) = 197+151+73=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 73 (28.91% from 255 or 17.34% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C59749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59749 is #3A68B6. Grayscale: #9C9C9C. Windows color (decimal): -3827895 or 4822981. OLE color: 4822981.
HSL color Cylindrical-coordinate representation of color #C59749: hue angle of 37.74º 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 #C59749 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 151 | 73 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.23 |
| HSL | 37.74º | 0.52% | 0.53% | - |
| HSV(B) | 37.74º | 0.63% | 0.77% | - |
| XYZ | 35.3 | 34.48 | 11.1 | - |
| YUV | 155.86 | 81.24 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 151 | 73 | 0 | 0.23 | 0.63 | 0.23 | 37.74 | 0.52 | 0.53 |
| Hex | C5 | 97 | 49 | 0 | 17 | 3F | 17 | 26 | 34 | 35 |
| Octal | 305 | 227 | 111 | 0 | 27 | 77 | 27 | 46 | 64 | 65 |
| Binary | 11000101 | 10010111 | 1001001 | 0 | 10111 | 111111 | 10111 | 100110 | 110100 | 110101 |
Color Harmonies of #C59749
Complementary color
Monochromatic Colors of #C59749
Black with #C59749
Text Example
Text Example
White with #C59749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59749; }
p { color: rgb(197,151,73); }
H1.HeaderClassName
{
color: #C59749;
}
.AnyTagClassName
{
color: #C59749;
}
</style>
background-color css
<style>
a { background-color: #C59749; }
a { background-color: rgb(197,151,73); }
div.DivClassName
{
background-color: #C59749;
}
.BgClassName
{
background-color: #C59749;
}
</style>
border-color css
<style>
span { border-color: #C59749; }
span { border-color: rgb(197,151,73); }
td.TdClassName
{
border-color: #C59749;
}
.TagClassName
{
border-color: #C59749;
}
</style>