#C5503A

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

Shades of Grenadier #C5503A

Tints of Grenadier #C5503A

Color information

#C5503A (or 0xC5503A) is unknown color: approx Grenadier. HEX triplet: C5, 50 and 3A. RGB value is (197,80,58). Sum of RGB (Red+Green+Blue) = 197+80+58=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C5503A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5503A is #3AAFC5. Grayscale: #707070. Windows color (decimal): -3846086 or 3821765. OLE color: 3821765.

HSL color Cylindrical-coordinate representation of color #C5503A: hue angle of 9.5º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C5503A is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB1978058-
CMYK00.590.710.23
HSL9.5º54.51%50%-
HSV(B)9.5º70.56%77.25%-
XYZ26.6617.916.06-
YUV112.4897.26188.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 58.81%
GREEN value IS 80 (31.64% from 255) = 23.88%
BLUE value IS 58 (23.05% from 255) = 17.31%
R=58.81%
G=23.88%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197805800.590.710.239.554.5150
HexC5503A03B471793732
Octal3051207207310727116762
Binary11000101101000011101001110111000111101111001110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5503A; }

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

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

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

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

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

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

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

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