Shades of Grenadier #C4533C
Tints of Grenadier #C4533C
RGB
CMYK
RGB Variations
Color information
#C4533C (or 0xC4533C) is known color: Grenadier. HEX triplet: C4, 53 and 3C. RGB value is (196,83,60). Sum of RGB (Red+Green+Blue) = 196+83+60=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C4533C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4533C is #3BACC3. Grayscale: #727272. Windows color (decimal): -3910852 or 3953604. OLE color: 3953604.
HSL color Cylindrical-coordinate representation of color #C4533C: hue angle of 10.15º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4533C is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 60 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.23 |
| HSL | 10.15º | 0.54% | 0.5% | - |
| HSV(B) | 10.15º | 0.69% | 0.77% | - |
| XYZ | 26.67 | 18.25 | 6.39 | - |
| YUV | 114.17 | 97.44 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 60 | 0 | 0.58 | 0.69 | 0.23 | 10.15 | 0.54 | 0.5 |
| Hex | C4 | 53 | 3C | 0 | 3A | 45 | 17 | A | 36 | 32 |
| Octal | 304 | 123 | 74 | 0 | 72 | 105 | 27 | 12 | 66 | 62 |
| Binary | 11000100 | 1010011 | 111100 | 0 | 111010 | 1000101 | 10111 | 1010 | 110110 | 110010 |
Color Harmonies of #C4533C
Complementary color
Monochromatic Colors of #C4533C
Black with #C4533C
Text Example
Text Example
White with #C4533C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4533C; }
p { color: rgb(196,83,60); }
H1.HeaderClassName
{
color: #C4533C;
}
.AnyTagClassName
{
color: #C4533C;
}
</style>
background-color css
<style>
a { background-color: #C4533C; }
a { background-color: rgb(196,83,60); }
div.DivClassName
{
background-color: #C4533C;
}
.BgClassName
{
background-color: #C4533C;
}
</style>
border-color css
<style>
span { border-color: #C4533C; }
span { border-color: rgb(196,83,60); }
td.TdClassName
{
border-color: #C4533C;
}
.TagClassName
{
border-color: #C4533C;
}
</style>