Shades of Tussock #C5894B
Tints of Tussock #C5894B
RGB
CMYK
RGB Variations
Color information
#C5894B (or 0xC5894B) is known color: Tussock. HEX triplet: C5, 89 and 4B. RGB value is (197,137,75). Sum of RGB (Red+Green+Blue) = 197+137+75=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C5894B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5894B is #3A76B4. Grayscale: #949494. Windows color (decimal): -3831477 or 4950469. OLE color: 4950469.
HSL color Cylindrical-coordinate representation of color #C5894B: hue angle of 30.49º 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 #C5894B is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 137 | 75 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.23 |
| HSL | 30.49º | 0.51% | 0.53% | - |
| HSV(B) | 30.49º | 0.62% | 0.77% | - |
| XYZ | 33.24 | 30.27 | 10.75 | - |
| YUV | 147.87 | 86.88 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 137 | 75 | 0 | 0.30 | 0.62 | 0.23 | 30.49 | 0.51 | 0.53 |
| Hex | C5 | 89 | 4B | 0 | 1E | 3E | 17 | 1E | 33 | 35 |
| Octal | 305 | 211 | 113 | 0 | 36 | 76 | 27 | 36 | 63 | 65 |
| Binary | 11000101 | 10001001 | 1001011 | 0 | 11110 | 111110 | 10111 | 11110 | 110011 | 110101 |
Color Harmonies of #C5894B
Complementary color
Monochromatic Colors of #C5894B
Black with #C5894B
Text Example
Text Example
White with #C5894B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5894B; }
p { color: rgb(197,137,75); }
H1.HeaderClassName
{
color: #C5894B;
}
.AnyTagClassName
{
color: #C5894B;
}
</style>
background-color css
<style>
a { background-color: #C5894B; }
a { background-color: rgb(197,137,75); }
div.DivClassName
{
background-color: #C5894B;
}
.BgClassName
{
background-color: #C5894B;
}
</style>
border-color css
<style>
span { border-color: #C5894B; }
span { border-color: rgb(197,137,75); }
td.TdClassName
{
border-color: #C5894B;
}
.TagClassName
{
border-color: #C5894B;
}
</style>