Shades of Grenadier #C4533D
Tints of Grenadier #C4533D
RGB
CMYK
RGB Variations
Color information
#C4533D (or 0xC4533D) is known color: Grenadier. HEX triplet: C4, 53 and 3D. RGB value is (196,83,61). Sum of RGB (Red+Green+Blue) = 196+83+61=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C4533D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4533D is #3BACC2. Grayscale: #727272. Windows color (decimal): -3910851 or 4019140. OLE color: 4019140.
HSL color Cylindrical-coordinate representation of color #C4533D: hue angle of 9.78º degrees, saturation: 0.53, 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 #C4533D is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 83 | 61 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.23 |
| HSL | 9.78º | 0.53% | 0.5% | - |
| HSV(B) | 9.78º | 0.69% | 0.77% | - |
| XYZ | 26.7 | 18.26 | 6.53 | - |
| YUV | 114.28 | 97.94 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 83 | 61 | 0 | 0.58 | 0.69 | 0.23 | 9.78 | 0.53 | 0.5 |
| Hex | C4 | 53 | 3D | 0 | 3A | 45 | 17 | A | 35 | 32 |
| Octal | 304 | 123 | 75 | 0 | 72 | 105 | 27 | 12 | 65 | 62 |
| Binary | 11000100 | 1010011 | 111101 | 0 | 111010 | 1000101 | 10111 | 1010 | 110101 | 110010 |
Color Harmonies of #C4533D
Complementary color
Monochromatic Colors of #C4533D
Black with #C4533D
Text Example
Text Example
White with #C4533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4533D; }
p { color: rgb(196,83,61); }
H1.HeaderClassName
{
color: #C4533D;
}
.AnyTagClassName
{
color: #C4533D;
}
</style>
background-color css
<style>
a { background-color: #C4533D; }
a { background-color: rgb(196,83,61); }
div.DivClassName
{
background-color: #C4533D;
}
.BgClassName
{
background-color: #C4533D;
}
</style>
border-color css
<style>
span { border-color: #C4533D; }
span { border-color: rgb(196,83,61); }
td.TdClassName
{
border-color: #C4533D;
}
.TagClassName
{
border-color: #C4533D;
}
</style>