Shades of Madras #4E411E
Tints of Madras #4E411E
RGB
CMYK
RGB Variations
Color information
#4E411E (or 0x4E411E) is known color: Madras. HEX triplet: 4E, 41 and 1E. RGB value is (78,65,30). Sum of RGB (Red+Green+Blue) = 78+65+30=173 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.09% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 30 (12.11% from 255 or 17.34% from 173); Max value from RGB is 78 - color contains mainly: red. Hex color #4E411E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E411E is #B1BEE1. Grayscale: #414141. Windows color (decimal): -11648738 or 1982798. OLE color: 1982798.
HSL color Cylindrical-coordinate representation of color #4E411E: hue angle of 43.75º 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 #4E411E is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 65 | 30 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.69 |
| HSL | 43.75º | 0.44% | 0.21% | - |
| HSV(B) | 43.75º | 0.62% | 0.31% | - |
| XYZ | 5.27 | 5.49 | 2.01 | - |
| YUV | 64.9 | 108.31 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 65 | 30 | 0 | 0.17 | 0.62 | 0.69 | 43.75 | 0.44 | 0.21 |
| Hex | 4E | 41 | 1E | 0 | 11 | 3E | 45 | 2C | 2C | 15 |
| Octal | 116 | 101 | 36 | 0 | 21 | 76 | 105 | 54 | 54 | 25 |
| Binary | 1001110 | 1000001 | 11110 | 0 | 10001 | 111110 | 1000101 | 101100 | 101100 | 10101 |
Color Harmonies of #4E411E
Complementary color
Monochromatic Colors of #4E411E
Black with #4E411E
Text Example
Text Example
White with #4E411E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E411E; }
p { color: rgb(78,65,30); }
H1.HeaderClassName
{
color: #4E411E;
}
.AnyTagClassName
{
color: #4E411E;
}
</style>
background-color css
<style>
a { background-color: #4E411E; }
a { background-color: rgb(78,65,30); }
div.DivClassName
{
background-color: #4E411E;
}
.BgClassName
{
background-color: #4E411E;
}
</style>
border-color css
<style>
span { border-color: #4E411E; }
span { border-color: rgb(78,65,30); }
td.TdClassName
{
border-color: #4E411E;
}
.TagClassName
{
border-color: #4E411E;
}
</style>