Shades of Tussock #C58D48
Tints of Tussock #C58D48
RGB
CMYK
RGB Variations
Color information
#C58D48 (or 0xC58D48) is known color: Tussock. HEX triplet: C5, 8D and 48. RGB value is (197,141,72). Sum of RGB (Red+Green+Blue) = 197+141+72=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58D48 is #3A72B7. Grayscale: #969696. Windows color (decimal): -3830456 or 4754885. OLE color: 4754885.
HSL color Cylindrical-coordinate representation of color #C58D48: hue angle of 33.12º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C58D48 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 141 | 72 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.23 |
| HSL | 33.12º | 0.52% | 0.53% | - |
| HSV(B) | 33.12º | 0.63% | 0.77% | - |
| XYZ | 33.72 | 31.39 | 10.41 | - |
| YUV | 149.88 | 84.05 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 141 | 72 | 0 | 0.28 | 0.63 | 0.23 | 33.12 | 0.52 | 0.53 |
| Hex | C5 | 8D | 48 | 0 | 1C | 3F | 17 | 21 | 34 | 35 |
| Octal | 305 | 215 | 110 | 0 | 34 | 77 | 27 | 41 | 64 | 65 |
| Binary | 11000101 | 10001101 | 1001000 | 0 | 11100 | 111111 | 10111 | 100001 | 110100 | 110101 |
Color Harmonies of #C58D48
Complementary color
Monochromatic Colors of #C58D48
Black with #C58D48
Text Example
Text Example
White with #C58D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58D48; }
p { color: rgb(197,141,72); }
H1.HeaderClassName
{
color: #C58D48;
}
.AnyTagClassName
{
color: #C58D48;
}
</style>
background-color css
<style>
a { background-color: #C58D48; }
a { background-color: rgb(197,141,72); }
div.DivClassName
{
background-color: #C58D48;
}
.BgClassName
{
background-color: #C58D48;
}
</style>
border-color css
<style>
span { border-color: #C58D48; }
span { border-color: rgb(197,141,72); }
td.TdClassName
{
border-color: #C58D48;
}
.TagClassName
{
border-color: #C58D48;
}
</style>