#4E450A

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

Shades of Madras #4E450A

Tints of Madras #4E450A

Color information

#4E450A (or 0x4E450A) is unknown color: approx Madras. HEX triplet: 4E, 45 and 0A. RGB value is (78,69,10). Sum of RGB (Red+Green+Blue) = 78+69+10=157 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.68% from 157); Green value is 69 (27.34% from 255 or 43.95% from 157); Blue value is 10 (4.30% from 255 or 6.37% from 157); Max value from RGB is 78 - color contains mainly: red. Hex color #4E450A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E450A is #B1BAF5. Grayscale: #414141. Windows color (decimal): -11647734 or 673102. OLE color: 673102.

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

Color convert

RGB786910-
CMYK00.120.870.69
HSL52.06º77.27%17.25%-
HSV(B)52.06º87.18%30.59%-
XYZ5.325.91.14-
YUV64.9696.98137.3-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 49.68%
GREEN value IS 69 (27.34% from 255) = 43.95%
BLUE value IS 10 (4.30% from 255) = 6.37%
R=49.68%
G=43.95%
B=6.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78691000.120.870.6952.0677.2717.25
Hex4E45A0C5745344d11
Octal116105120141271056411521
Binary1001110100010110100110010101111000101110100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E450A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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