#4E421B

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

Shades of Madras #4E421B

Tints of Madras #4E421B

Color information

#4E421B (or 0x4E421B) is unknown color: approx Madras. HEX triplet: 4E, 42 and 1B. RGB value is (78,66,27). Sum of RGB (Red+Green+Blue) = 78+66+27=171 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.61% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 27 (10.94% from 255 or 15.79% from 171); Max value from RGB is 78 - color contains mainly: red. Hex color #4E421B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E421B is #B1BDE4. Grayscale: #414141. Windows color (decimal): -11648485 or 1786446. OLE color: 1786446.

HSL color Cylindrical-coordinate representation of color #4E421B: hue angle of 45.88º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E421B is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB786627-
CMYK00.150.650.69
HSL45.88º48.57%20.59%-
HSV(B)45.88º65.38%30.59%-
XYZ5.295.61.84-
YUV65.14106.48137.17-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 45.61%
GREEN value IS 66 (26.17% from 255) = 38.60%
BLUE value IS 27 (10.94% from 255) = 15.79%
R=45.61%
G=38.60%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78662700.150.650.6945.8848.5720.59
Hex4E421B0F41452e3115
Octal11610233017101105566125
Binary1001110100001011011011111000001100010110111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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