Shades of Madras #4E3F1E
Tints of Madras #4E3F1E
RGB
CMYK
RGB Variations
Color information
#4E3F1E (or 0x4E3F1E) is known color: Madras. HEX triplet: 4E, 3F and 1E. RGB value is (78,63,30). Sum of RGB (Red+Green+Blue) = 78+63+30=171 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.61% from 171); Green value is 63 (25% from 255 or 36.84% from 171); Blue value is 30 (12.11% from 255 or 17.54% from 171); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3F1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3F1E is #B1C0E1. Grayscale: #3F3F3F. Windows color (decimal): -11649250 or 1982286. OLE color: 1982286.
HSL color Cylindrical-coordinate representation of color #4E3F1E: hue angle of 41.25º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E3F1E is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 63 | 30 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.69 |
| HSL | 41.25º | 0.44% | 0.21% | - |
| HSV(B) | 41.25º | 0.62% | 0.31% | - |
| XYZ | 5.15 | 5.27 | 1.97 | - |
| YUV | 63.72 | 108.97 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 63 | 30 | 0 | 0.19 | 0.62 | 0.69 | 41.25 | 0.44 | 0.21 |
| Hex | 4E | 3F | 1E | 0 | 13 | 3E | 45 | 29 | 2C | 15 |
| Octal | 116 | 77 | 36 | 0 | 23 | 76 | 105 | 51 | 54 | 25 |
| Binary | 1001110 | 111111 | 11110 | 0 | 10011 | 111110 | 1000101 | 101001 | 101100 | 10101 |
Color Harmonies of #4E3F1E
Complementary color
Monochromatic Colors of #4E3F1E
Black with #4E3F1E
Text Example
Text Example
White with #4E3F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3F1E; }
p { color: rgb(78,63,30); }
H1.HeaderClassName
{
color: #4E3F1E;
}
.AnyTagClassName
{
color: #4E3F1E;
}
</style>
background-color css
<style>
a { background-color: #4E3F1E; }
a { background-color: rgb(78,63,30); }
div.DivClassName
{
background-color: #4E3F1E;
}
.BgClassName
{
background-color: #4E3F1E;
}
</style>
border-color css
<style>
span { border-color: #4E3F1E; }
span { border-color: rgb(78,63,30); }
td.TdClassName
{
border-color: #4E3F1E;
}
.TagClassName
{
border-color: #4E3F1E;
}
</style>