Shades of Madras #4E471D
Tints of Madras #4E471D
RGB
CMYK
RGB Variations
Color information
#4E471D (or 0x4E471D) is known color: Madras. HEX triplet: 4E, 47 and 1D. RGB value is (78,71,29). Sum of RGB (Red+Green+Blue) = 78+71+29=178 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.82% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 78 - color contains mainly: red. Hex color #4E471D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E471D is #B1B8E2. Grayscale: #444444. Windows color (decimal): -11647203 or 1918798. OLE color: 1918798.
HSL color Cylindrical-coordinate representation of color #4E471D: hue angle of 51.43º 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 #4E471D is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 71 | 29 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.69 |
| HSL | 51.43º | 0.46% | 0.21% | - |
| HSV(B) | 51.43º | 0.63% | 0.31% | - |
| XYZ | 5.62 | 6.21 | 2.07 | - |
| YUV | 68.31 | 105.82 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 71 | 29 | 0 | 0.09 | 0.63 | 0.69 | 51.43 | 0.46 | 0.21 |
| Hex | 4E | 47 | 1D | 0 | 9 | 3F | 45 | 33 | 2E | 15 |
| Octal | 116 | 107 | 35 | 0 | 11 | 77 | 105 | 63 | 56 | 25 |
| Binary | 1001110 | 1000111 | 11101 | 0 | 1001 | 111111 | 1000101 | 110011 | 101110 | 10101 |
Color Harmonies of #4E471D
Complementary color
Monochromatic Colors of #4E471D
Black with #4E471D
Text Example
Text Example
White with #4E471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E471D; }
p { color: rgb(78,71,29); }
H1.HeaderClassName
{
color: #4E471D;
}
.AnyTagClassName
{
color: #4E471D;
}
</style>
background-color css
<style>
a { background-color: #4E471D; }
a { background-color: rgb(78,71,29); }
div.DivClassName
{
background-color: #4E471D;
}
.BgClassName
{
background-color: #4E471D;
}
</style>
border-color css
<style>
span { border-color: #4E471D; }
span { border-color: rgb(78,71,29); }
td.TdClassName
{
border-color: #4E471D;
}
.TagClassName
{
border-color: #4E471D;
}
</style>