Shades of Grenadier #C54733
Tints of Grenadier #C54733
RGB
CMYK
RGB Variations
Color information
#C54733 (or 0xC54733) is known color: Grenadier. HEX triplet: C5, 47 and 33. RGB value is (197,71,51). Sum of RGB (Red+Green+Blue) = 197+71+51=319 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.76% from 319); Green value is 71 (28.12% from 255 or 22.26% from 319); Blue value is 51 (20.31% from 255 or 15.99% from 319); Max value from RGB is 197 - color contains mainly: red. Hex color #C54733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54733 is #3AB8CC. Grayscale: #6A6A6A. Windows color (decimal): -3848397 or 3360709. OLE color: 3360709.
HSL color Cylindrical-coordinate representation of color #C54733: hue angle of 8.22º 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 #C54733 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 71 | 51 | - |
| CMYK | 0 | 0.64 | 0.74 | 0.23 |
| HSL | 8.22º | 0.59% | 0.49% | - |
| HSV(B) | 8.22º | 0.74% | 0.77% | - |
| XYZ | 25.88 | 16.62 | 4.98 | - |
| YUV | 106.39 | 96.74 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 51 | 0 | 0.64 | 0.74 | 0.23 | 8.22 | 0.59 | 0.49 |
| Hex | C5 | 47 | 33 | 0 | 40 | 4A | 17 | 8 | 3B | 31 |
| Octal | 305 | 107 | 63 | 0 | 100 | 112 | 27 | 10 | 73 | 61 |
| Binary | 11000101 | 1000111 | 110011 | 0 | 1000000 | 1001010 | 10111 | 1000 | 111011 | 110001 |
Color Harmonies of #C54733
Complementary color
Monochromatic Colors of #C54733
Black with #C54733
Text Example
Text Example
White with #C54733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54733; }
p { color: rgb(197,71,51); }
H1.HeaderClassName
{
color: #C54733;
}
.AnyTagClassName
{
color: #C54733;
}
</style>
background-color css
<style>
a { background-color: #C54733; }
a { background-color: rgb(197,71,51); }
div.DivClassName
{
background-color: #C54733;
}
.BgClassName
{
background-color: #C54733;
}
</style>
border-color css
<style>
span { border-color: #C54733; }
span { border-color: rgb(197,71,51); }
td.TdClassName
{
border-color: #C54733;
}
.TagClassName
{
border-color: #C54733;
}
</style>