#C4513A

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

Shades of Grenadier #C4513A

Tints of Grenadier #C4513A

Color information

#C4513A (or 0xC4513A) is unknown color: approx Grenadier. HEX triplet: C4, 51 and 3A. RGB value is (196,81,58). Sum of RGB (Red+Green+Blue) = 196+81+58=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C4513A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4513A is #3BAEC5. Grayscale: #707070. Windows color (decimal): -3911366 or 3822020. OLE color: 3822020.

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

Color convert

RGB1968158-
CMYK00.590.700.23
HSL10º54.33%49.8%-
HSV(B)10º70.41%76.86%-
XYZ26.4717.936.07-
YUV112.7697.1187.37-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 58.51%
GREEN value IS 81 (32.03% from 255) = 24.18%
BLUE value IS 58 (23.05% from 255) = 17.31%
R=58.51%
G=24.18%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196815800.590.700.231054.3349.8
HexC4513A03B4617a3632
Octal3041217207310627126662
Binary11000100101000111101001110111000110101111010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4513A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4513A; }

 p { color: rgb(196,81,58); }

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

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

 a { background-color: rgb(196,81,58); }

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

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

 span { border-color: rgb(196,81,58); }

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