Html Css Color HEX #C4513F Grenadier

📋 copy color: '#C4513F'

red 196 ◦ green 81 ◦ blue 63

#C4513F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grenadier #C4513F

Tints of Grenadier #C4513F

RGB

 RED value IS 196 (76.95% from 255) = 57.65%

 GREEN value IS 81 (32.03% from 255) = 23.82%

 BLUE value IS 63 (25% from 255) = 18.53%

R = 57.65%
G = 23.82%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C4513F (or 0xC4513F) is known color: Grenadier. HEX triplet: C4, 51 and 3F. RGB value is (196,81,63). Sum of RGB (Red+Green+Blue) = 196+81+63=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C4513F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4513F is #3BAEC0. Grayscale: #717171. Windows color (decimal): -3911361 or 4149700. OLE color: 4149700.

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

Color convert

RGB 196 81 63 -
CMYK 0 0.59 0.68 0.23
HSL 8.12º 0.53% 0.51% -
HSV(B) 8.12º 0.68% 0.77% -
XYZ 26.6 17.98 6.77 -
YUV 113.33 99.6 186.96 -
System Red Green Blue C M Y K H S L
Decimal 196 81 63 0 0.59 0.68 0.23 8.12 0.53 0.51
Hex C4 51 3F 0 3B 44 17 8 35 33
Octal 304 121 77 0 73 104 27 10 65 63
Binary 11000100 1010001 111111 0 111011 1000100 10111 1000 110101 110011

Color Harmonies of #C4513F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4513F

Black with #C4513F

Text Example


Text Example

White with #C4513F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4513F; }

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

 H1.HeaderClassName
 {
   color: #C4513F;
 }
 .AnyTagClassName
 {
   color: #C4513F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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