Shades of Tussock #C4934B
Tints of Tussock #C4934B
RGB
CMYK
RGB Variations
Color information
#C4934B (or 0xC4934B) is known color: Tussock. HEX triplet: C4, 93 and 4B. RGB value is (196,147,75). Sum of RGB (Red+Green+Blue) = 196+147+75=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 75 (29.69% from 255 or 17.94% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C4934B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4934B is #3B6CB4. Grayscale: #999999. Windows color (decimal): -3894453 or 4953028. OLE color: 4953028.
HSL color Cylindrical-coordinate representation of color #C4934B: hue angle of 35.7º 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 #C4934B is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 147 | 75 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.23 |
| HSL | 35.7º | 0.51% | 0.53% | - |
| HSV(B) | 35.7º | 0.62% | 0.77% | - |
| XYZ | 34.47 | 33.11 | 11.23 | - |
| YUV | 153.44 | 83.73 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 147 | 75 | 0 | 0.25 | 0.62 | 0.23 | 35.7 | 0.51 | 0.53 |
| Hex | C4 | 93 | 4B | 0 | 19 | 3E | 17 | 24 | 33 | 35 |
| Octal | 304 | 223 | 113 | 0 | 31 | 76 | 27 | 44 | 63 | 65 |
| Binary | 11000100 | 10010011 | 1001011 | 0 | 11001 | 111110 | 10111 | 100100 | 110011 | 110101 |
Color Harmonies of #C4934B
Complementary color
Monochromatic Colors of #C4934B
Black with #C4934B
Text Example
Text Example
White with #C4934B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4934B; }
p { color: rgb(196,147,75); }
H1.HeaderClassName
{
color: #C4934B;
}
.AnyTagClassName
{
color: #C4934B;
}
</style>
background-color css
<style>
a { background-color: #C4934B; }
a { background-color: rgb(196,147,75); }
div.DivClassName
{
background-color: #C4934B;
}
.BgClassName
{
background-color: #C4934B;
}
</style>
border-color css
<style>
span { border-color: #C4934B; }
span { border-color: rgb(196,147,75); }
td.TdClassName
{
border-color: #C4934B;
}
.TagClassName
{
border-color: #C4934B;
}
</style>