#4E401E

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

Shades of Madras #4E401E

Tints of Madras #4E401E

Color information

#4E401E (or 0x4E401E) is unknown color: approx Madras. HEX triplet: 4E, 40 and 1E. RGB value is (78,64,30). Sum of RGB (Red+Green+Blue) = 78+64+30=172 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.35% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 78 - color contains mainly: red. Hex color #4E401E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E401E is #B1BFE1. Grayscale: #404040. Windows color (decimal): -11648994 or 1982542. OLE color: 1982542.

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

Color convert

RGB786430-
CMYK00.180.620.69
HSL42.5º44.44%21.18%-
HSV(B)42.5º61.54%30.59%-
XYZ5.215.381.99-
YUV64.31108.64137.76-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 45.35%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 30 (12.11% from 255) = 17.44%
R=45.35%
G=37.21%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.62
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78643000.180.620.6942.544.4421.18
Hex4E401E0123E452b2c15
Octal1161003602276105535425
Binary1001110100000011110010010111110100010110101110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E401E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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