Html Css Color HEX #C4513D Grenadier

📋 copy color: '#C4513D'

red 196 ◦ green 81 ◦ blue 61

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

Shades of Grenadier #C4513D

Tints of Grenadier #C4513D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.05%

R = 57.99%
G = 23.96%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C4513D (or 0xC4513D) is known color: Grenadier. HEX triplet: C4, 51 and 3D. RGB value is (196,81,61). Sum of RGB (Red+Green+Blue) = 196+81+61=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C4513D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4513D is #3BAEC2. Grayscale: #717171. Windows color (decimal): -3911363 or 4018628. OLE color: 4018628.

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

Color convert

RGB 196 81 61 -
CMYK 0 0.59 0.69 0.23
HSL 8.89º 0.53% 0.5% -
HSV(B) 8.89º 0.69% 0.77% -
XYZ 26.55 17.96 6.48 -
YUV 113.11 98.6 187.13 -
System Red Green Blue C M Y K H S L
Decimal 196 81 61 0 0.59 0.69 0.23 8.89 0.53 0.5
Hex C4 51 3D 0 3B 45 17 9 35 32
Octal 304 121 75 0 73 105 27 11 65 62
Binary 11000100 1010001 111101 0 111011 1000101 10111 1001 110101 110010

Color Harmonies of #C4513D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4513D

Black with #C4513D

Text Example


Text Example

White with #C4513D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4513D; }

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

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

background-color css

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

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

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

border-color css

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

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

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