Shades of Tussock #C58A49
Tints of Tussock #C58A49
RGB
CMYK
RGB Variations
Color information
#C58A49 (or 0xC58A49) is known color: Tussock. HEX triplet: C5, 8A and 49. RGB value is (197,138,73). Sum of RGB (Red+Green+Blue) = 197+138+73=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 73 (28.91% from 255 or 17.89% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58A49 is #3A75B6. Grayscale: #949494. Windows color (decimal): -3831223 or 4819653. OLE color: 4819653.
HSL color Cylindrical-coordinate representation of color #C58A49: hue angle of 31.45º 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 #C58A49 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 138 | 73 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.23 |
| HSL | 31.45º | 0.52% | 0.53% | - |
| HSV(B) | 31.45º | 0.63% | 0.77% | - |
| XYZ | 33.32 | 30.53 | 10.44 | - |
| YUV | 148.23 | 85.55 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 138 | 73 | 0 | 0.30 | 0.63 | 0.23 | 31.45 | 0.52 | 0.53 |
| Hex | C5 | 8A | 49 | 0 | 1E | 3F | 17 | 1F | 34 | 35 |
| Octal | 305 | 212 | 111 | 0 | 36 | 77 | 27 | 37 | 64 | 65 |
| Binary | 11000101 | 10001010 | 1001001 | 0 | 11110 | 111111 | 10111 | 11111 | 110100 | 110101 |
Color Harmonies of #C58A49
Complementary color
Monochromatic Colors of #C58A49
Black with #C58A49
Text Example
Text Example
White with #C58A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58A49; }
p { color: rgb(197,138,73); }
H1.HeaderClassName
{
color: #C58A49;
}
.AnyTagClassName
{
color: #C58A49;
}
</style>
background-color css
<style>
a { background-color: #C58A49; }
a { background-color: rgb(197,138,73); }
div.DivClassName
{
background-color: #C58A49;
}
.BgClassName
{
background-color: #C58A49;
}
</style>
border-color css
<style>
span { border-color: #C58A49; }
span { border-color: rgb(197,138,73); }
td.TdClassName
{
border-color: #C58A49;
}
.TagClassName
{
border-color: #C58A49;
}
</style>