#4E400C

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

Shades of Madras #4E400C

Tints of Madras #4E400C

Color information

#4E400C (or 0x4E400C) is unknown color: approx Madras. HEX triplet: 4E, 40 and 0C. RGB value is (78,64,12). Sum of RGB (Red+Green+Blue) = 78+64+12=154 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.65% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 78 - color contains mainly: red. Hex color #4E400C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E400C is #B1BFF3. Grayscale: #3E3E3E. Windows color (decimal): -11649012 or 802894. OLE color: 802894.

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

Color convert

RGB786412-
CMYK00.180.850.69
HSL47.27º73.33%17.65%-
HSV(B)47.27º84.62%30.59%-
XYZ5.045.311.11-
YUV62.2699.64139.23-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 50.65%
GREEN value IS 64 (25.39% from 255) = 41.56%
BLUE value IS 12 (5.08% from 255) = 7.79%
R=50.65%
G=41.56%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78641200.180.850.6947.2773.3317.65
Hex4E40C01255452f4912
Octal116100140221251055711122
Binary10011101000000110001001010101011000101101111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E400C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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