#C5513E

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

Shades of Grenadier #C5513E

Tints of Grenadier #C5513E

Color information

#C5513E (or 0xC5513E) is unknown color: approx Grenadier. HEX triplet: C5, 51 and 3E. RGB value is (197,81,62). Sum of RGB (Red+Green+Blue) = 197+81+62=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C5513E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5513E is #3AAEC1. Grayscale: #717171. Windows color (decimal): -3845826 or 4084165. OLE color: 4084165.

HSL color Cylindrical-coordinate representation of color #C5513E: hue angle of 8.44º 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 #C5513E is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB1978162-
CMYK00.590.690.23
HSL8.44º53.78%50.78%-
HSV(B)8.44º68.53%77.25%-
XYZ26.8418.16.64-
YUV113.5298.93187.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 57.94%
GREEN value IS 81 (32.03% from 255) = 23.82%
BLUE value IS 62 (24.61% from 255) = 18.24%
R=57.94%
G=23.82%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197816200.590.690.238.4453.7850.78
HexC5513E03B451783633
Octal3051217607310527106663
Binary11000101101000111111001110111000101101111000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5513E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5513E; }

 p { color: rgb(197,81,62); }

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

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

 a { background-color: rgb(197,81,62); }

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

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

 span { border-color: rgb(197,81,62); }

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