#4E450B

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

Shades of Madras #4E450B

Tints of Madras #4E450B

Color information

#4E450B (or 0x4E450B) is unknown color: approx Madras. HEX triplet: 4E, 45 and 0B. RGB value is (78,69,11). Sum of RGB (Red+Green+Blue) = 78+69+11=158 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.37% from 158); Green value is 69 (27.34% from 255 or 43.67% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 78 - color contains mainly: red. Hex color #4E450B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E450B is #B1BAF4. Grayscale: #414141. Windows color (decimal): -11647733 or 738638. OLE color: 738638.

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

Color convert

RGB786911-
CMYK00.120.860.69
HSL51.94º75.28%17.45%-
HSV(B)51.94º85.9%30.59%-
XYZ5.335.91.17-
YUV65.0897.48137.22-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 49.37%
GREEN value IS 69 (27.34% from 255) = 43.67%
BLUE value IS 11 (4.69% from 255) = 6.96%
R=49.37%
G=43.67%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78691100.120.860.6951.9475.2817.45
Hex4E45B0C5645344b11
Octal116105130141261056411321
Binary1001110100010110110110010101101000101110100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E450B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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