#C5503E

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

Shades of Grenadier #C5503E

Tints of Grenadier #C5503E

Color information

#C5503E (or 0xC5503E) is unknown color: approx Grenadier. HEX triplet: C5, 50 and 3E. RGB value is (197,80,62). Sum of RGB (Red+Green+Blue) = 197+80+62=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C5503E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5503E is #3AAFC1. Grayscale: #717171. Windows color (decimal): -3846082 or 4083909. OLE color: 4083909.

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

Color convert

RGB1978062-
CMYK00.590.690.23
HSL53.78%50.78%-
HSV(B)68.53%77.25%-
XYZ26.7617.966.61-
YUV112.9399.26187.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.11%
GREEN value IS 80 (31.64% from 255) = 23.60%
BLUE value IS 62 (24.61% from 255) = 18.29%
R=58.11%
G=23.60%
B=18.29%

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
Decimal197806200.590.690.23853.7850.78
HexC5503E03B451783633
Octal3051207607310527106663
Binary11000101101000011111001110111000101101111000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5503E; }

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

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

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

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

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

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

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

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