Shades of Tussock #C59745
Tints of Tussock #C59745
RGB
CMYK
RGB Variations
Color information
#C59745 (or 0xC59745) is known color: Tussock. HEX triplet: C5, 97 and 45. RGB value is (197,151,69). Sum of RGB (Red+Green+Blue) = 197+151+69=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 69 (27.34% from 255 or 16.55% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C59745 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59745 is #3A68BA. Grayscale: #9B9B9B. Windows color (decimal): -3827899 or 4560837. OLE color: 4560837.
HSL color Cylindrical-coordinate representation of color #C59745: hue angle of 38.44º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C59745 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 151 | 69 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.23 |
| HSL | 38.44º | 0.52% | 0.52% | - |
| HSV(B) | 38.44º | 0.65% | 0.77% | - |
| XYZ | 35.17 | 34.43 | 10.42 | - |
| YUV | 155.41 | 79.24 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 151 | 69 | 0 | 0.23 | 0.65 | 0.23 | 38.44 | 0.52 | 0.52 |
| Hex | C5 | 97 | 45 | 0 | 17 | 41 | 17 | 26 | 34 | 34 |
| Octal | 305 | 227 | 105 | 0 | 27 | 101 | 27 | 46 | 64 | 64 |
| Binary | 11000101 | 10010111 | 1000101 | 0 | 10111 | 1000001 | 10111 | 100110 | 110100 | 110100 |
Color Harmonies of #C59745
Complementary color
Monochromatic Colors of #C59745
Black with #C59745
Text Example
Text Example
White with #C59745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59745; }
p { color: rgb(197,151,69); }
H1.HeaderClassName
{
color: #C59745;
}
.AnyTagClassName
{
color: #C59745;
}
</style>
background-color css
<style>
a { background-color: #C59745; }
a { background-color: rgb(197,151,69); }
div.DivClassName
{
background-color: #C59745;
}
.BgClassName
{
background-color: #C59745;
}
</style>
border-color css
<style>
span { border-color: #C59745; }
span { border-color: rgb(197,151,69); }
td.TdClassName
{
border-color: #C59745;
}
.TagClassName
{
border-color: #C59745;
}
</style>