Shades of Tussock #C4904D
Tints of Tussock #C4904D
RGB
CMYK
RGB Variations
Color information
#C4904D (or 0xC4904D) is known color: Tussock. HEX triplet: C4, 90 and 4D. RGB value is (196,144,77). Sum of RGB (Red+Green+Blue) = 196+144+77=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C4904D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4904D is #3B6FB2. Grayscale: #989898. Windows color (decimal): -3895219 or 5083332. OLE color: 5083332.
HSL color Cylindrical-coordinate representation of color #C4904D: hue angle of 33.78º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4904D is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 77 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.23 |
| HSL | 33.78º | 0.5% | 0.54% | - |
| HSV(B) | 33.78º | 0.61% | 0.77% | - |
| XYZ | 34.08 | 32.22 | 11.44 | - |
| YUV | 151.91 | 85.73 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 77 | 0 | 0.27 | 0.61 | 0.23 | 33.78 | 0.5 | 0.54 |
| Hex | C4 | 90 | 4D | 0 | 1B | 3D | 17 | 22 | 32 | 36 |
| Octal | 304 | 220 | 115 | 0 | 33 | 75 | 27 | 42 | 62 | 66 |
| Binary | 11000100 | 10010000 | 1001101 | 0 | 11011 | 111101 | 10111 | 100010 | 110010 | 110110 |
Color Harmonies of #C4904D
Complementary color
Monochromatic Colors of #C4904D
Black with #C4904D
Text Example
Text Example
White with #C4904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4904D; }
p { color: rgb(196,144,77); }
H1.HeaderClassName
{
color: #C4904D;
}
.AnyTagClassName
{
color: #C4904D;
}
</style>
background-color css
<style>
a { background-color: #C4904D; }
a { background-color: rgb(196,144,77); }
div.DivClassName
{
background-color: #C4904D;
}
.BgClassName
{
background-color: #C4904D;
}
</style>
border-color css
<style>
span { border-color: #C4904D; }
span { border-color: rgb(196,144,77); }
td.TdClassName
{
border-color: #C4904D;
}
.TagClassName
{
border-color: #C4904D;
}
</style>