Shades of Tussock #C4954D
Tints of Tussock #C4954D
RGB
CMYK
RGB Variations
Color information
#C4954D (or 0xC4954D) is known color: Tussock. HEX triplet: C4, 95 and 4D. RGB value is (196,149,77). Sum of RGB (Red+Green+Blue) = 196+149+77=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 77 (30.47% from 255 or 18.25% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C4954D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4954D is #3B6AB2. Grayscale: #9B9B9B. Windows color (decimal): -3893939 or 5084612. OLE color: 5084612.
HSL color Cylindrical-coordinate representation of color #C4954D: hue angle of 36.3º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4954D is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 149 | 77 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.23 |
| HSL | 36.3º | 0.5% | 0.54% | - |
| HSV(B) | 36.3º | 0.61% | 0.77% | - |
| XYZ | 34.85 | 33.77 | 11.7 | - |
| YUV | 154.85 | 84.07 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 77 | 0 | 0.24 | 0.61 | 0.23 | 36.3 | 0.5 | 0.54 |
| Hex | C4 | 95 | 4D | 0 | 18 | 3D | 17 | 24 | 32 | 36 |
| Octal | 304 | 225 | 115 | 0 | 30 | 75 | 27 | 44 | 62 | 66 |
| Binary | 11000100 | 10010101 | 1001101 | 0 | 11000 | 111101 | 10111 | 100100 | 110010 | 110110 |
Color Harmonies of #C4954D
Complementary color
Monochromatic Colors of #C4954D
Black with #C4954D
Text Example
Text Example
White with #C4954D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4954D; }
p { color: rgb(196,149,77); }
H1.HeaderClassName
{
color: #C4954D;
}
.AnyTagClassName
{
color: #C4954D;
}
</style>
background-color css
<style>
a { background-color: #C4954D; }
a { background-color: rgb(196,149,77); }
div.DivClassName
{
background-color: #C4954D;
}
.BgClassName
{
background-color: #C4954D;
}
</style>
border-color css
<style>
span { border-color: #C4954D; }
span { border-color: rgb(196,149,77); }
td.TdClassName
{
border-color: #C4954D;
}
.TagClassName
{
border-color: #C4954D;
}
</style>