Shades of Tussock #C5924B
Tints of Tussock #C5924B
RGB
CMYK
RGB Variations
Color information
#C5924B (or 0xC5924B) is known color: Tussock. HEX triplet: C5, 92 and 4B. RGB value is (197,146,75). Sum of RGB (Red+Green+Blue) = 197+146+75=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 75 (29.69% from 255 or 17.94% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C5924B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5924B is #3A6DB4. Grayscale: #999999. Windows color (decimal): -3829173 or 4952773. OLE color: 4952773.
HSL color Cylindrical-coordinate representation of color #C5924B: hue angle of 34.92º 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 #C5924B is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 75 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.23 |
| HSL | 34.92º | 0.51% | 0.53% | - |
| HSV(B) | 34.92º | 0.62% | 0.77% | - |
| XYZ | 34.57 | 32.94 | 11.19 | - |
| YUV | 153.16 | 83.9 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 75 | 0 | 0.26 | 0.62 | 0.23 | 34.92 | 0.51 | 0.53 |
| Hex | C5 | 92 | 4B | 0 | 1A | 3E | 17 | 23 | 33 | 35 |
| Octal | 305 | 222 | 113 | 0 | 32 | 76 | 27 | 43 | 63 | 65 |
| Binary | 11000101 | 10010010 | 1001011 | 0 | 11010 | 111110 | 10111 | 100011 | 110011 | 110101 |
Color Harmonies of #C5924B
Complementary color
Monochromatic Colors of #C5924B
Black with #C5924B
Text Example
Text Example
White with #C5924B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5924B; }
p { color: rgb(197,146,75); }
H1.HeaderClassName
{
color: #C5924B;
}
.AnyTagClassName
{
color: #C5924B;
}
</style>
background-color css
<style>
a { background-color: #C5924B; }
a { background-color: rgb(197,146,75); }
div.DivClassName
{
background-color: #C5924B;
}
.BgClassName
{
background-color: #C5924B;
}
</style>
border-color css
<style>
span { border-color: #C5924B; }
span { border-color: rgb(197,146,75); }
td.TdClassName
{
border-color: #C5924B;
}
.TagClassName
{
border-color: #C5924B;
}
</style>