#4E4014

Color #4E4014 Madras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madras #4E4014

Tints of Madras #4E4014

Color information

#4E4014 (or 0x4E4014) is unknown color: approx Madras. HEX triplet: 4E, 40 and 14. RGB value is (78,64,20). Sum of RGB (Red+Green+Blue) = 78+64+20=162 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.15% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4014 is #B1BFEB. Grayscale: #3F3F3F. Windows color (decimal): -11649004 or 1327182. OLE color: 1327182.

HSL color Cylindrical-coordinate representation of color #4E4014: hue angle of 45.52º 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 #4E4014 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB786420-
CMYK00.180.740.69
HSL45.52º59.18%19.22%-
HSV(B)45.52º74.36%30.59%-
XYZ5.15.341.42-
YUV63.17103.64138.58-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 48.15%
GREEN value IS 64 (25.39% from 255) = 39.51%
BLUE value IS 20 (8.20% from 255) = 12.35%
R=48.15%
G=39.51%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78642000.180.740.6945.5259.1819.22
Hex4E40140124A452e3b13
Octal11610024022112105567323
Binary10011101000000101000100101001010100010110111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E4014;
 }
 .AnyTagClassName
 {
   color: #4E4014;
 }
</style>
background-color css

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

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

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

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

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

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