Shades of Tussock #C4874A
Tints of Tussock #C4874A
RGB
CMYK
RGB Variations
Color information
#C4874A (or 0xC4874A) is known color: Tussock. HEX triplet: C4, 87 and 4A. RGB value is (196,135,74). Sum of RGB (Red+Green+Blue) = 196+135+74=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C4874A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4874A is #3B78B5. Grayscale: #929292. Windows color (decimal): -3897526 or 4884420. OLE color: 4884420.
HSL color Cylindrical-coordinate representation of color #C4874A: hue angle of 30º 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 #C4874A is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 135 | 74 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.23 |
| HSL | 30º | 0.51% | 0.53% | - |
| HSV(B) | 30º | 0.62% | 0.77% | - |
| XYZ | 32.66 | 29.56 | 10.46 | - |
| YUV | 146.29 | 87.21 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 135 | 74 | 0 | 0.31 | 0.62 | 0.23 | 30 | 0.51 | 0.53 |
| Hex | C4 | 87 | 4A | 0 | 1F | 3E | 17 | 1E | 33 | 35 |
| Octal | 304 | 207 | 112 | 0 | 37 | 76 | 27 | 36 | 63 | 65 |
| Binary | 11000100 | 10000111 | 1001010 | 0 | 11111 | 111110 | 10111 | 11110 | 110011 | 110101 |
Color Harmonies of #C4874A
Complementary color
Monochromatic Colors of #C4874A
Black with #C4874A
Text Example
Text Example
White with #C4874A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4874A; }
p { color: rgb(196,135,74); }
H1.HeaderClassName
{
color: #C4874A;
}
.AnyTagClassName
{
color: #C4874A;
}
</style>
background-color css
<style>
a { background-color: #C4874A; }
a { background-color: rgb(196,135,74); }
div.DivClassName
{
background-color: #C4874A;
}
.BgClassName
{
background-color: #C4874A;
}
</style>
border-color css
<style>
span { border-color: #C4874A; }
span { border-color: rgb(196,135,74); }
td.TdClassName
{
border-color: #C4874A;
}
.TagClassName
{
border-color: #C4874A;
}
</style>