#4E4518

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

Shades of Madras #4E4518

Tints of Madras #4E4518

Color information

#4E4518 (or 0x4E4518) is unknown color: approx Madras. HEX triplet: 4E, 45 and 18. RGB value is (78,69,24). Sum of RGB (Red+Green+Blue) = 78+69+24=171 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.61% from 171); Green value is 69 (27.34% from 255 or 40.35% from 171); Blue value is 24 (9.77% from 255 or 14.04% from 171); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4518 is #B1BAE7. Grayscale: #424242. Windows color (decimal): -11647720 or 1590606. OLE color: 1590606.

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

Color convert

RGB786924-
CMYK00.120.690.69
HSL50º52.94%20%-
HSV(B)50º69.23%30.59%-
XYZ5.435.941.72-
YUV66.56103.98136.16-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 45.61%
GREEN value IS 69 (27.34% from 255) = 40.35%
BLUE value IS 24 (9.77% from 255) = 14.04%
R=45.61%
G=40.35%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78692400.120.690.695052.9420
Hex4E45180C4545323514
Octal11610530014105105626524
Binary1001110100010111000011001000101100010111001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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