#4E4516

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

Shades of Madras #4E4516

Tints of Madras #4E4516

Color information

#4E4516 (or 0x4E4516) is unknown color: approx Madras. HEX triplet: 4E, 45 and 16. RGB value is (78,69,22). Sum of RGB (Red+Green+Blue) = 78+69+22=169 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.15% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4516 is #B1BAE9. Grayscale: #424242. Windows color (decimal): -11647722 or 1459534. OLE color: 1459534.

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

Color convert

RGB786922-
CMYK00.120.720.69
HSL50.36º56%19.61%-
HSV(B)50.36º71.79%30.59%-
XYZ5.415.931.62-
YUV66.33102.98136.32-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 46.15%
GREEN value IS 69 (27.34% from 255) = 40.83%
BLUE value IS 22 (8.98% from 255) = 13.02%
R=46.15%
G=40.83%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78692200.120.720.6950.365619.61
Hex4E45160C4845323814
Octal11610526014110105627024
Binary1001110100010110110011001001000100010111001011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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