Shades of Madras #4E421D
Tints of Madras #4E421D
RGB
CMYK
RGB Variations
Color information
#4E421D (or 0x4E421D) is known color: Madras. HEX triplet: 4E, 42 and 1D. RGB value is (78,66,29). Sum of RGB (Red+Green+Blue) = 78+66+29=173 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.09% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 78 - color contains mainly: red. Hex color #4E421D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E421D is #B1BDE2. Grayscale: #414141. Windows color (decimal): -11648483 or 1917518. OLE color: 1917518.
HSL color Cylindrical-coordinate representation of color #4E421D: hue angle of 45.31º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E421D is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 66 | 29 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.69 |
| HSL | 45.31º | 0.46% | 0.21% | - |
| HSV(B) | 45.31º | 0.63% | 0.31% | - |
| XYZ | 5.31 | 5.6 | 1.96 | - |
| YUV | 65.37 | 107.48 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 66 | 29 | 0 | 0.15 | 0.63 | 0.69 | 45.31 | 0.46 | 0.21 |
| Hex | 4E | 42 | 1D | 0 | F | 3F | 45 | 2D | 2E | 15 |
| Octal | 116 | 102 | 35 | 0 | 17 | 77 | 105 | 55 | 56 | 25 |
| Binary | 1001110 | 1000010 | 11101 | 0 | 1111 | 111111 | 1000101 | 101101 | 101110 | 10101 |
Color Harmonies of #4E421D
Complementary color
Monochromatic Colors of #4E421D
Black with #4E421D
Text Example
Text Example
White with #4E421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E421D; }
p { color: rgb(78,66,29); }
H1.HeaderClassName
{
color: #4E421D;
}
.AnyTagClassName
{
color: #4E421D;
}
</style>
background-color css
<style>
a { background-color: #4E421D; }
a { background-color: rgb(78,66,29); }
div.DivClassName
{
background-color: #4E421D;
}
.BgClassName
{
background-color: #4E421D;
}
</style>
border-color css
<style>
span { border-color: #4E421D; }
span { border-color: rgb(78,66,29); }
td.TdClassName
{
border-color: #4E421D;
}
.TagClassName
{
border-color: #4E421D;
}
</style>