Shades of Tussock #C4914B
Tints of Tussock #C4914B
RGB
CMYK
RGB Variations
Color information
#C4914B (or 0xC4914B) is known color: Tussock. HEX triplet: C4, 91 and 4B. RGB value is (196,145,75). Sum of RGB (Red+Green+Blue) = 196+145+75=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 75 (29.69% from 255 or 18.03% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C4914B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4914B is #3B6EB4. Grayscale: #989898. Windows color (decimal): -3894965 or 4952516. OLE color: 4952516.
HSL color Cylindrical-coordinate representation of color #C4914B: hue angle of 34.71º 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 #C4914B is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 145 | 75 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.23 |
| HSL | 34.71º | 0.51% | 0.53% | - |
| HSV(B) | 34.71º | 0.62% | 0.77% | - |
| XYZ | 34.16 | 32.49 | 11.13 | - |
| YUV | 152.27 | 84.4 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 145 | 75 | 0 | 0.26 | 0.62 | 0.23 | 34.71 | 0.51 | 0.53 |
| Hex | C4 | 91 | 4B | 0 | 1A | 3E | 17 | 23 | 33 | 35 |
| Octal | 304 | 221 | 113 | 0 | 32 | 76 | 27 | 43 | 63 | 65 |
| Binary | 11000100 | 10010001 | 1001011 | 0 | 11010 | 111110 | 10111 | 100011 | 110011 | 110101 |
Color Harmonies of #C4914B
Complementary color
Monochromatic Colors of #C4914B
Black with #C4914B
Text Example
Text Example
White with #C4914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4914B; }
p { color: rgb(196,145,75); }
H1.HeaderClassName
{
color: #C4914B;
}
.AnyTagClassName
{
color: #C4914B;
}
</style>
background-color css
<style>
a { background-color: #C4914B; }
a { background-color: rgb(196,145,75); }
div.DivClassName
{
background-color: #C4914B;
}
.BgClassName
{
background-color: #C4914B;
}
</style>
border-color css
<style>
span { border-color: #C4914B; }
span { border-color: rgb(196,145,75); }
td.TdClassName
{
border-color: #C4914B;
}
.TagClassName
{
border-color: #C4914B;
}
</style>