Shades of Tussock #C5954D
Tints of Tussock #C5954D
RGB
CMYK
RGB Variations
Color information
#C5954D (or 0xC5954D) is known color: Tussock. HEX triplet: C5, 95 and 4D. RGB value is (197,149,77). Sum of RGB (Red+Green+Blue) = 197+149+77=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C5954D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5954D is #3A6AB2. Grayscale: #9B9B9B. Windows color (decimal): -3828403 or 5084613. OLE color: 5084613.
HSL color Cylindrical-coordinate representation of color #C5954D: hue angle of 36º degrees, saturation: 0.51, 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 #C5954D is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 149 | 77 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.23 |
| HSL | 36º | 0.51% | 0.54% | - |
| HSV(B) | 36º | 0.61% | 0.77% | - |
| XYZ | 35.11 | 33.9 | 11.71 | - |
| YUV | 155.14 | 83.9 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 77 | 0 | 0.24 | 0.61 | 0.23 | 36 | 0.51 | 0.54 |
| Hex | C5 | 95 | 4D | 0 | 18 | 3D | 17 | 24 | 33 | 36 |
| Octal | 305 | 225 | 115 | 0 | 30 | 75 | 27 | 44 | 63 | 66 |
| Binary | 11000101 | 10010101 | 1001101 | 0 | 11000 | 111101 | 10111 | 100100 | 110011 | 110110 |
Color Harmonies of #C5954D
Complementary color
Monochromatic Colors of #C5954D
Black with #C5954D
Text Example
Text Example
White with #C5954D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5954D; }
p { color: rgb(197,149,77); }
H1.HeaderClassName
{
color: #C5954D;
}
.AnyTagClassName
{
color: #C5954D;
}
</style>
background-color css
<style>
a { background-color: #C5954D; }
a { background-color: rgb(197,149,77); }
div.DivClassName
{
background-color: #C5954D;
}
.BgClassName
{
background-color: #C5954D;
}
</style>
border-color css
<style>
span { border-color: #C5954D; }
span { border-color: rgb(197,149,77); }
td.TdClassName
{
border-color: #C5954D;
}
.TagClassName
{
border-color: #C5954D;
}
</style>