Shades of Tussock #C4924B
Tints of Tussock #C4924B
RGB
CMYK
RGB Variations
Color information
#C4924B (or 0xC4924B) is known color: Tussock. HEX triplet: C4, 92 and 4B. RGB value is (196,146,75). Sum of RGB (Red+Green+Blue) = 196+146+75=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C4924B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4924B is #3B6DB4. Grayscale: #999999. Windows color (decimal): -3894709 or 4952772. OLE color: 4952772.
HSL color Cylindrical-coordinate representation of color #C4924B: hue angle of 35.21º 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 #C4924B is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 146 | 75 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.23 |
| HSL | 35.21º | 0.51% | 0.53% | - |
| HSV(B) | 35.21º | 0.62% | 0.77% | - |
| XYZ | 34.31 | 32.8 | 11.18 | - |
| YUV | 152.86 | 84.07 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 146 | 75 | 0 | 0.26 | 0.62 | 0.23 | 35.21 | 0.51 | 0.53 |
| Hex | C4 | 92 | 4B | 0 | 1A | 3E | 17 | 23 | 33 | 35 |
| Octal | 304 | 222 | 113 | 0 | 32 | 76 | 27 | 43 | 63 | 65 |
| Binary | 11000100 | 10010010 | 1001011 | 0 | 11010 | 111110 | 10111 | 100011 | 110011 | 110101 |
Color Harmonies of #C4924B
Complementary color
Monochromatic Colors of #C4924B
Black with #C4924B
Text Example
Text Example
White with #C4924B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4924B; }
p { color: rgb(196,146,75); }
H1.HeaderClassName
{
color: #C4924B;
}
.AnyTagClassName
{
color: #C4924B;
}
</style>
background-color css
<style>
a { background-color: #C4924B; }
a { background-color: rgb(196,146,75); }
div.DivClassName
{
background-color: #C4924B;
}
.BgClassName
{
background-color: #C4924B;
}
</style>
border-color css
<style>
span { border-color: #C4924B; }
span { border-color: rgb(196,146,75); }
td.TdClassName
{
border-color: #C4924B;
}
.TagClassName
{
border-color: #C4924B;
}
</style>