Shades of Tussock #C4884A
Tints of Tussock #C4884A
RGB
CMYK
RGB Variations
Color information
#C4884A (or 0xC4884A) is known color: Tussock. HEX triplet: C4, 88 and 4A. RGB value is (196,136,74). Sum of RGB (Red+Green+Blue) = 196+136+74=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C4884A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4884A is #3B77B5. Grayscale: #939393. Windows color (decimal): -3897270 or 4884676. OLE color: 4884676.
HSL color Cylindrical-coordinate representation of color #C4884A: 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 #C4884A is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 136 | 74 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.23 |
| HSL | 30.49º | 0.51% | 0.53% | - |
| HSV(B) | 30.49º | 0.62% | 0.77% | - |
| XYZ | 32.81 | 29.84 | 10.51 | - |
| YUV | 146.87 | 86.88 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 74 | 0 | 0.31 | 0.62 | 0.23 | 30.49 | 0.51 | 0.53 |
| Hex | C4 | 88 | 4A | 0 | 1F | 3E | 17 | 1E | 33 | 35 |
| Octal | 304 | 210 | 112 | 0 | 37 | 76 | 27 | 36 | 63 | 65 |
| Binary | 11000100 | 10001000 | 1001010 | 0 | 11111 | 111110 | 10111 | 11110 | 110011 | 110101 |
Color Harmonies of #C4884A
Complementary color
Monochromatic Colors of #C4884A
Black with #C4884A
Text Example
Text Example
White with #C4884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4884A; }
p { color: rgb(196,136,74); }
H1.HeaderClassName
{
color: #C4884A;
}
.AnyTagClassName
{
color: #C4884A;
}
</style>
background-color css
<style>
a { background-color: #C4884A; }
a { background-color: rgb(196,136,74); }
div.DivClassName
{
background-color: #C4884A;
}
.BgClassName
{
background-color: #C4884A;
}
</style>
border-color css
<style>
span { border-color: #C4884A; }
span { border-color: rgb(196,136,74); }
td.TdClassName
{
border-color: #C4884A;
}
.TagClassName
{
border-color: #C4884A;
}
</style>