#C54736

Color #C54736 Grenadier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grenadier #C54736

Tints of Grenadier #C54736

Color information

#C54736 (or 0xC54736) is unknown color: approx Grenadier. HEX triplet: C5, 47 and 36. RGB value is (197,71,54). Sum of RGB (Red+Green+Blue) = 197+71+54=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 54 (21.48% from 255 or 16.77% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C54736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54736 is #3AB8C9. Grayscale: #6A6A6A. Windows color (decimal): -3848394 or 3557317. OLE color: 3557317.

HSL color Cylindrical-coordinate representation of color #C54736: hue angle of 7.13º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C54736 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB1977154-
CMYK00.640.730.23
HSL7.13º56.97%49.22%-
HSV(B)7.13º72.59%77.25%-
XYZ25.9516.645.34-
YUV106.7498.24192.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 61.18%
GREEN value IS 71 (28.12% from 255) = 22.05%
BLUE value IS 54 (21.48% from 255) = 16.77%
R=61.18%
G=22.05%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197715400.640.730.237.1356.9749.22
HexC54736040491773931
Octal3051076601001112777161
Binary11000101100011111011001000000100100110111111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54736; }

 p { color: rgb(197,71,54); }

 H1.HeaderClassName
 {
   color: #C54736;
 }
 .AnyTagClassName
 {
   color: #C54736;
 }
</style>
background-color css

<style>
 a { background-color: #C54736; }

 a { background-color: rgb(197,71,54); }

 div.DivClassName
 {
   background-color: #C54736;
 }
 .BgClassName
 {
   background-color: #C54736;
 }
</style>
border-color css

<style>
 span { border-color: #C54736; }

 span { border-color: rgb(197,71,54); }

 td.TdClassName
 {
   border-color: #C54736;
 }
 .TagClassName
 {
   border-color: #C54736;
 }
</style>