Shades of Grenadier #C4523E
Tints of Grenadier #C4523E
RGB
CMYK
RGB Variations
Color information
#C4523E (or 0xC4523E) is known color: Grenadier. HEX triplet: C4, 52 and 3E. RGB value is (196,82,62). Sum of RGB (Red+Green+Blue) = 196+82+62=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C4523E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4523E is #3BADC1. Grayscale: #727272. Windows color (decimal): -3911106 or 4084420. OLE color: 4084420.
HSL color Cylindrical-coordinate representation of color #C4523E: hue angle of 8.96º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4523E is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 62 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.23 |
| HSL | 8.96º | 0.53% | 0.51% | - |
| HSV(B) | 8.96º | 0.68% | 0.77% | - |
| XYZ | 26.65 | 18.12 | 6.65 | - |
| YUV | 113.81 | 98.77 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 62 | 0 | 0.58 | 0.68 | 0.23 | 8.96 | 0.53 | 0.51 |
| Hex | C4 | 52 | 3E | 0 | 3A | 44 | 17 | 9 | 35 | 33 |
| Octal | 304 | 122 | 76 | 0 | 72 | 104 | 27 | 11 | 65 | 63 |
| Binary | 11000100 | 1010010 | 111110 | 0 | 111010 | 1000100 | 10111 | 1001 | 110101 | 110011 |
Color Harmonies of #C4523E
Complementary color
Monochromatic Colors of #C4523E
Black with #C4523E
Text Example
Text Example
White with #C4523E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4523E; }
p { color: rgb(196,82,62); }
H1.HeaderClassName
{
color: #C4523E;
}
.AnyTagClassName
{
color: #C4523E;
}
</style>
background-color css
<style>
a { background-color: #C4523E; }
a { background-color: rgb(196,82,62); }
div.DivClassName
{
background-color: #C4523E;
}
.BgClassName
{
background-color: #C4523E;
}
</style>
border-color css
<style>
span { border-color: #C4523E; }
span { border-color: rgb(196,82,62); }
td.TdClassName
{
border-color: #C4523E;
}
.TagClassName
{
border-color: #C4523E;
}
</style>