Shades of Grenadier #C5533F
Tints of Grenadier #C5533F
RGB
CMYK
RGB Variations
Color information
#C5533F (or 0xC5533F) is known color: Grenadier. HEX triplet: C5, 53 and 3F. RGB value is (197,83,63). Sum of RGB (Red+Green+Blue) = 197+83+63=343 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.43% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 197 - color contains mainly: red. Hex color #C5533F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5533F is #3AACC0. Grayscale: #737373. Windows color (decimal): -3845313 or 4150213. OLE color: 4150213.
HSL color Cylindrical-coordinate representation of color #C5533F: hue angle of 8.96º degrees, saturation: 0.54, 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 #C5533F is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 63 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.23 |
| HSL | 8.96º | 0.54% | 0.51% | - |
| HSV(B) | 8.96º | 0.68% | 0.77% | - |
| XYZ | 27.02 | 18.42 | 6.83 | - |
| YUV | 114.81 | 98.77 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 63 | 0 | 0.58 | 0.68 | 0.23 | 8.96 | 0.54 | 0.51 |
| Hex | C5 | 53 | 3F | 0 | 3A | 44 | 17 | 9 | 36 | 33 |
| Octal | 305 | 123 | 77 | 0 | 72 | 104 | 27 | 11 | 66 | 63 |
| Binary | 11000101 | 1010011 | 111111 | 0 | 111010 | 1000100 | 10111 | 1001 | 110110 | 110011 |
Color Harmonies of #C5533F
Complementary color
Monochromatic Colors of #C5533F
Black with #C5533F
Text Example
Text Example
White with #C5533F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5533F; }
p { color: rgb(197,83,63); }
H1.HeaderClassName
{
color: #C5533F;
}
.AnyTagClassName
{
color: #C5533F;
}
</style>
background-color css
<style>
a { background-color: #C5533F; }
a { background-color: rgb(197,83,63); }
div.DivClassName
{
background-color: #C5533F;
}
.BgClassName
{
background-color: #C5533F;
}
</style>
border-color css
<style>
span { border-color: #C5533F; }
span { border-color: rgb(197,83,63); }
td.TdClassName
{
border-color: #C5533F;
}
.TagClassName
{
border-color: #C5533F;
}
</style>