Shades of Grenadier #C5523D
Tints of Grenadier #C5523D
RGB
CMYK
RGB Variations
Color information
#C5523D (or 0xC5523D) is known color: Grenadier. HEX triplet: C5, 52 and 3D. RGB value is (197,82,61). Sum of RGB (Red+Green+Blue) = 197+82+61=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C5523D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5523D is #3AADC2. Grayscale: #727272. Windows color (decimal): -3845571 or 4018885. OLE color: 4018885.
HSL color Cylindrical-coordinate representation of color #C5523D: hue angle of 9.26º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C5523D is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 61 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.23 |
| HSL | 9.26º | 0.54% | 0.51% | - |
| HSV(B) | 9.26º | 0.69% | 0.77% | - |
| XYZ | 26.89 | 18.24 | 6.52 | - |
| YUV | 113.99 | 98.1 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 61 | 0 | 0.58 | 0.69 | 0.23 | 9.26 | 0.54 | 0.51 |
| Hex | C5 | 52 | 3D | 0 | 3A | 45 | 17 | 9 | 36 | 33 |
| Octal | 305 | 122 | 75 | 0 | 72 | 105 | 27 | 11 | 66 | 63 |
| Binary | 11000101 | 1010010 | 111101 | 0 | 111010 | 1000101 | 10111 | 1001 | 110110 | 110011 |
Color Harmonies of #C5523D
Complementary color
Monochromatic Colors of #C5523D
Black with #C5523D
Text Example
Text Example
White with #C5523D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5523D; }
p { color: rgb(197,82,61); }
H1.HeaderClassName
{
color: #C5523D;
}
.AnyTagClassName
{
color: #C5523D;
}
</style>
background-color css
<style>
a { background-color: #C5523D; }
a { background-color: rgb(197,82,61); }
div.DivClassName
{
background-color: #C5523D;
}
.BgClassName
{
background-color: #C5523D;
}
</style>
border-color css
<style>
span { border-color: #C5523D; }
span { border-color: rgb(197,82,61); }
td.TdClassName
{
border-color: #C5523D;
}
.TagClassName
{
border-color: #C5523D;
}
</style>