Shades of Tussock #C5914A
Tints of Tussock #C5914A
RGB
CMYK
RGB Variations
Color information
#C5914A (or 0xC5914A) is known color: Tussock. HEX triplet: C5, 91 and 4A. RGB value is (197,145,74). Sum of RGB (Red+Green+Blue) = 197+145+74=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 74 (29.30% from 255 or 17.79% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C5914A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5914A is #3A6EB5. Grayscale: #989898. Windows color (decimal): -3829430 or 4886981. OLE color: 4886981.
HSL color Cylindrical-coordinate representation of color #C5914A: hue angle of 34.63º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5914A is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 145 | 74 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.23 |
| HSL | 34.63º | 0.51% | 0.53% | - |
| HSV(B) | 34.63º | 0.62% | 0.77% | - |
| XYZ | 34.39 | 32.62 | 10.96 | - |
| YUV | 152.45 | 83.73 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 145 | 74 | 0 | 0.26 | 0.62 | 0.23 | 34.63 | 0.51 | 0.53 |
| Hex | C5 | 91 | 4A | 0 | 1A | 3E | 17 | 23 | 33 | 35 |
| Octal | 305 | 221 | 112 | 0 | 32 | 76 | 27 | 43 | 63 | 65 |
| Binary | 11000101 | 10010001 | 1001010 | 0 | 11010 | 111110 | 10111 | 100011 | 110011 | 110101 |
Color Harmonies of #C5914A
Complementary color
Monochromatic Colors of #C5914A
Black with #C5914A
Text Example
Text Example
White with #C5914A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5914A; }
p { color: rgb(197,145,74); }
H1.HeaderClassName
{
color: #C5914A;
}
.AnyTagClassName
{
color: #C5914A;
}
</style>
background-color css
<style>
a { background-color: #C5914A; }
a { background-color: rgb(197,145,74); }
div.DivClassName
{
background-color: #C5914A;
}
.BgClassName
{
background-color: #C5914A;
}
</style>
border-color css
<style>
span { border-color: #C5914A; }
span { border-color: rgb(197,145,74); }
td.TdClassName
{
border-color: #C5914A;
}
.TagClassName
{
border-color: #C5914A;
}
</style>