#4E420B

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

Shades of Madras #4E420B

Tints of Madras #4E420B

Color information

#4E420B (or 0x4E420B) is unknown color: approx Madras. HEX triplet: 4E, 42 and 0B. RGB value is (78,66,11). Sum of RGB (Red+Green+Blue) = 78+66+11=155 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.32% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 78 - color contains mainly: red. Hex color #4E420B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E420B is #B1BDF4. Grayscale: #3F3F3F. Windows color (decimal): -11648501 or 737870. OLE color: 737870.

HSL color Cylindrical-coordinate representation of color #4E420B: hue angle of 49.25º 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 #4E420B is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB786611-
CMYK00.150.860.69
HSL49.25º75.28%17.45%-
HSV(B)49.25º85.9%30.59%-
XYZ5.155.541.11-
YUV63.3298.48138.47-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 50.32%
GREEN value IS 66 (26.17% from 255) = 42.58%
BLUE value IS 11 (4.69% from 255) = 7.10%
R=50.32%
G=42.58%
B=7.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78661100.150.860.6949.2575.2817.45
Hex4E42B0F5645314b11
Octal116102130171261056111321
Binary1001110100001010110111110101101000101110001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E420B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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