Shades of Grenadier #C54933
Tints of Grenadier #C54933
RGB
CMYK
RGB Variations
Color information
#C54933 (or 0xC54933) is known color: Grenadier. HEX triplet: C5, 49 and 33. RGB value is (197,73,51). Sum of RGB (Red+Green+Blue) = 197+73+51=321 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.37% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 197 - color contains mainly: red. Hex color #C54933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54933 is #3AB6CC. Grayscale: #6B6B6B. Windows color (decimal): -3847885 or 3361221. OLE color: 3361221.
HSL color Cylindrical-coordinate representation of color #C54933: hue angle of 9.04º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C54933 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 51 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.23 |
| HSL | 9.04º | 0.59% | 0.49% | - |
| HSV(B) | 9.04º | 0.74% | 0.77% | - |
| XYZ | 26.01 | 16.87 | 5.02 | - |
| YUV | 107.57 | 96.08 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 51 | 0 | 0.63 | 0.74 | 0.23 | 9.04 | 0.59 | 0.49 |
| Hex | C5 | 49 | 33 | 0 | 3F | 4A | 17 | 9 | 3B | 31 |
| Octal | 305 | 111 | 63 | 0 | 77 | 112 | 27 | 11 | 73 | 61 |
| Binary | 11000101 | 1001001 | 110011 | 0 | 111111 | 1001010 | 10111 | 1001 | 111011 | 110001 |
Color Harmonies of #C54933
Complementary color
Monochromatic Colors of #C54933
Black with #C54933
Text Example
Text Example
White with #C54933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54933; }
p { color: rgb(197,73,51); }
H1.HeaderClassName
{
color: #C54933;
}
.AnyTagClassName
{
color: #C54933;
}
</style>
background-color css
<style>
a { background-color: #C54933; }
a { background-color: rgb(197,73,51); }
div.DivClassName
{
background-color: #C54933;
}
.BgClassName
{
background-color: #C54933;
}
</style>
border-color css
<style>
span { border-color: #C54933; }
span { border-color: rgb(197,73,51); }
td.TdClassName
{
border-color: #C54933;
}
.TagClassName
{
border-color: #C54933;
}
</style>