Html Css Color HEX #C4513E Grenadier

📋 copy color: '#C4513E'

red 196 ◦ green 81 ◦ blue 62

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

Shades of Grenadier #C4513E

Tints of Grenadier #C4513E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.29%

R = 57.82%
G = 23.89%
B = 18.29%

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

#C4513E (or 0xC4513E) is known color: Grenadier. HEX triplet: C4, 51 and 3E. RGB value is (196,81,62). Sum of RGB (Red+Green+Blue) = 196+81+62=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C4513E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4513E is #3BAEC1. Grayscale: #717171. Windows color (decimal): -3911362 or 4084164. OLE color: 4084164.

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

Color convert

RGB 196 81 62 -
CMYK 0 0.59 0.68 0.23
HSL 8.51º 0.53% 0.51% -
HSV(B) 8.51º 0.68% 0.77% -
XYZ 26.58 17.97 6.62 -
YUV 113.22 99.1 187.04 -
System Red Green Blue C M Y K H S L
Decimal 196 81 62 0 0.59 0.68 0.23 8.51 0.53 0.51
Hex C4 51 3E 0 3B 44 17 9 35 33
Octal 304 121 76 0 73 104 27 11 65 63
Binary 11000100 1010001 111110 0 111011 1000100 10111 1001 110101 110011

Color Harmonies of #C4513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4513E

Black with #C4513E

Text Example


Text Example

White with #C4513E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4513E; }

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

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

background-color css

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

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

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

border-color css

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

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

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