Html Css Color HEX #4E4114 Madras

📋 copy color: '#4E4114'

red 78 ◦ green 65 ◦ blue 20

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

Shades of Madras #4E4114

Tints of Madras #4E4114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.27%

R = 47.85%
G = 39.88%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#4E4114 (or 0x4E4114) is known color: Madras. HEX triplet: 4E, 41 and 14. RGB value is (78,65,20). Sum of RGB (Red+Green+Blue) = 78+65+20=163 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.85% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4114 is #B1BEEB. Grayscale: #3F3F3F. Windows color (decimal): -11648748 or 1327438. OLE color: 1327438.

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

Color convert

RGB 78 65 20 -
CMYK 0 0.17 0.74 0.69
HSL 46.55º 0.59% 0.19% -
HSV(B) 46.55º 0.74% 0.31% -
XYZ 5.16 5.45 1.44 -
YUV 63.76 103.31 138.16 -
System Red Green Blue C M Y K H S L
Decimal 78 65 20 0 0.17 0.74 0.69 46.55 0.59 0.19
Hex 4E 41 14 0 11 4A 45 2F 3B 13
Octal 116 101 24 0 21 112 105 57 73 23
Binary 1001110 1000001 10100 0 10001 1001010 1000101 101111 111011 10011

Color Harmonies of #4E4114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4114

Black with #4E4114

Text Example


Text Example

White with #4E4114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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