#4E4510

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

Shades of Madras #4E4510

Tints of Madras #4E4510

Color information

#4E4510 (or 0x4E4510) is unknown color: approx Madras. HEX triplet: 4E, 45 and 10. RGB value is (78,69,16). Sum of RGB (Red+Green+Blue) = 78+69+16=163 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.85% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4510 is #B1BAEF. Grayscale: #414141. Windows color (decimal): -11647728 or 1066318. OLE color: 1066318.

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

Color convert

RGB786916-
CMYK00.120.790.69
HSL51.29º65.96%18.43%-
HSV(B)51.29º79.49%30.59%-
XYZ5.365.911.35-
YUV65.6599.98136.81-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 47.85%
GREEN value IS 69 (27.34% from 255) = 42.33%
BLUE value IS 16 (6.64% from 255) = 9.82%
R=47.85%
G=42.33%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78691600.120.790.6951.2965.9618.43
Hex4E45100C4F45334212
Octal116105200141171056310222
Binary10011101000101100000110010011111000101110011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,69,16); }

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

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

 a { background-color: rgb(78,69,16); }

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

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

 span { border-color: rgb(78,69,16); }

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