Html Css Color HEX #C45138 Grenadier

📋 copy color: '#C45138'

red 196 ◦ green 81 ◦ blue 56

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

Shades of Grenadier #C45138

Tints of Grenadier #C45138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.82%

R = 58.86%
G = 24.32%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C45138 (or 0xC45138) is known color: Grenadier. HEX triplet: C4, 51 and 38. RGB value is (196,81,56). Sum of RGB (Red+Green+Blue) = 196+81+56=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C45138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45138 is #3BAEC7. Grayscale: #707070. Windows color (decimal): -3911368 or 3690948. OLE color: 3690948.

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

Color convert

RGB 196 81 56 -
CMYK 0 0.59 0.71 0.23
HSL 10.71º 0.56% 0.49% -
HSV(B) 10.71º 0.71% 0.77% -
XYZ 26.42 17.91 5.81 -
YUV 112.54 96.1 187.53 -
System Red Green Blue C M Y K H S L
Decimal 196 81 56 0 0.59 0.71 0.23 10.71 0.56 0.49
Hex C4 51 38 0 3B 47 17 B 38 31
Octal 304 121 70 0 73 107 27 13 70 61
Binary 11000100 1010001 111000 0 111011 1000111 10111 1011 111000 110001

Color Harmonies of #C45138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45138

Black with #C45138

Text Example


Text Example

White with #C45138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45138; }

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

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

background-color css

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

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

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

border-color css

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

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

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