Html Css Color HEX #4E4112 Madras

📋 copy color: '#4E4112'

red 78 ◦ green 65 ◦ blue 18

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

Shades of Madras #4E4112

Tints of Madras #4E4112

RGB

 RED value IS 78 (30.86% from 255) = 48.45%

 GREEN value IS 65 (25.78% from 255) = 40.37%

 BLUE value IS 18 (7.42% from 255) = 11.18%

R = 48.45%
G = 40.37%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.77

 K value IS 0.69

RGB Variations

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

Color information

#4E4112 (or 0x4E4112) is known color: Madras. HEX triplet: 4E, 41 and 12. RGB value is (78,65,18). Sum of RGB (Red+Green+Blue) = 78+65+18=161 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.45% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4112 is #B1BEED. Grayscale: #3F3F3F. Windows color (decimal): -11648750 or 1196366. OLE color: 1196366.

HSL color Cylindrical-coordinate representation of color #4E4112: hue angle of 47º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E4112 is Cyan = 0, Magento = 0.17, Yellow = 0.77 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 65 18 -
CMYK 0 0.17 0.77 0.69
HSL 47º 0.63% 0.19% -
HSV(B) 47º 0.77% 0.31% -
XYZ 5.14 5.44 1.35 -
YUV 63.53 102.31 138.32 -
System Red Green Blue C M Y K H S L
Decimal 78 65 18 0 0.17 0.77 0.69 47 0.63 0.19
Hex 4E 41 12 0 11 4D 45 2F 3E 13
Octal 116 101 22 0 21 115 105 57 76 23
Binary 1001110 1000001 10010 0 10001 1001101 1000101 101111 111110 10011

Color Harmonies of #4E4112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4112

Black with #4E4112

Text Example


Text Example

White with #4E4112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E4112; }

 p { color: rgb(78,65,18); }

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

background-color css

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

 a { background-color: rgb(78,65,18); }

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

border-color css

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

 span { border-color: rgb(78,65,18); }

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