Shades of Tussock #C4954B
Tints of Tussock #C4954B
RGB
CMYK
RGB Variations
Color information
#C4954B (or 0xC4954B) is known color: Tussock. HEX triplet: C4, 95 and 4B. RGB value is (196,149,75). Sum of RGB (Red+Green+Blue) = 196+149+75=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 75 (29.69% from 255 or 17.86% from 420); Max value from RGB is 196 - color contains mainly: red. Hex color #C4954B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4954B is #3B6AB4. Grayscale: #9A9A9A. Windows color (decimal): -3893941 or 4953540. OLE color: 4953540.
HSL color Cylindrical-coordinate representation of color #C4954B: hue angle of 36.69º 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 #C4954B is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 149 | 75 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.23 |
| HSL | 36.69º | 0.51% | 0.53% | - |
| HSV(B) | 36.69º | 0.62% | 0.77% | - |
| XYZ | 34.78 | 33.74 | 11.34 | - |
| YUV | 154.62 | 83.07 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 75 | 0 | 0.24 | 0.62 | 0.23 | 36.69 | 0.51 | 0.53 |
| Hex | C4 | 95 | 4B | 0 | 18 | 3E | 17 | 25 | 33 | 35 |
| Octal | 304 | 225 | 113 | 0 | 30 | 76 | 27 | 45 | 63 | 65 |
| Binary | 11000100 | 10010101 | 1001011 | 0 | 11000 | 111110 | 10111 | 100101 | 110011 | 110101 |
Color Harmonies of #C4954B
Complementary color
Monochromatic Colors of #C4954B
Black with #C4954B
Text Example
Text Example
White with #C4954B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4954B; }
p { color: rgb(196,149,75); }
H1.HeaderClassName
{
color: #C4954B;
}
.AnyTagClassName
{
color: #C4954B;
}
</style>
background-color css
<style>
a { background-color: #C4954B; }
a { background-color: rgb(196,149,75); }
div.DivClassName
{
background-color: #C4954B;
}
.BgClassName
{
background-color: #C4954B;
}
</style>
border-color css
<style>
span { border-color: #C4954B; }
span { border-color: rgb(196,149,75); }
td.TdClassName
{
border-color: #C4954B;
}
.TagClassName
{
border-color: #C4954B;
}
</style>