Shades of Tussock #C79D49
Tints of Tussock #C79D49
RGB
CMYK
RGB Variations
Color information
#C79D49 (or 0xC79D49) is known color: Tussock. HEX triplet: C7, 9D and 49. RGB value is (199,157,73). Sum of RGB (Red+Green+Blue) = 199+157+73=429 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.39% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 199 - color contains mainly: red. Hex color #C79D49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79D49 is #3862B6. Grayscale: #A0A0A0. Windows color (decimal): -3695287 or 4824519. OLE color: 4824519.
HSL color Cylindrical-coordinate representation of color #C79D49: hue angle of 40º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C79D49 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 157 | 73 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.22 |
| HSL | 40º | 0.53% | 0.53% | - |
| HSV(B) | 40º | 0.63% | 0.78% | - |
| XYZ | 36.81 | 36.74 | 11.45 | - |
| YUV | 159.98 | 78.91 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 157 | 73 | 0 | 0.21 | 0.63 | 0.22 | 40 | 0.53 | 0.53 |
| Hex | C7 | 9D | 49 | 0 | 15 | 3F | 16 | 28 | 35 | 35 |
| Octal | 307 | 235 | 111 | 0 | 25 | 77 | 26 | 50 | 65 | 65 |
| Binary | 11000111 | 10011101 | 1001001 | 0 | 10101 | 111111 | 10110 | 101000 | 110101 | 110101 |
Color Harmonies of #C79D49
Complementary color
Monochromatic Colors of #C79D49
Black with #C79D49
Text Example
Text Example
White with #C79D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79D49; }
p { color: rgb(199,157,73); }
H1.HeaderClassName
{
color: #C79D49;
}
.AnyTagClassName
{
color: #C79D49;
}
</style>
background-color css
<style>
a { background-color: #C79D49; }
a { background-color: rgb(199,157,73); }
div.DivClassName
{
background-color: #C79D49;
}
.BgClassName
{
background-color: #C79D49;
}
</style>
border-color css
<style>
span { border-color: #C79D49; }
span { border-color: rgb(199,157,73); }
td.TdClassName
{
border-color: #C79D49;
}
.TagClassName
{
border-color: #C79D49;
}
</style>