Shades of Madras #4E461D
Tints of Madras #4E461D
RGB
CMYK
RGB Variations
Color information
#4E461D (or 0x4E461D) is known color: Madras. HEX triplet: 4E, 46 and 1D. RGB value is (78,70,29). Sum of RGB (Red+Green+Blue) = 78+70+29=177 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.07% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 78 - color contains mainly: red. Hex color #4E461D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E461D is #B1B9E2. Grayscale: #434343. Windows color (decimal): -11647459 or 1918542. OLE color: 1918542.
HSL color Cylindrical-coordinate representation of color #4E461D: hue angle of 50.2º 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 #4E461D is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 70 | 29 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.69 |
| HSL | 50.2º | 0.46% | 0.21% | - |
| HSV(B) | 50.2º | 0.63% | 0.31% | - |
| XYZ | 5.55 | 6.09 | 2.04 | - |
| YUV | 67.72 | 106.15 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 70 | 29 | 0 | 0.10 | 0.63 | 0.69 | 50.2 | 0.46 | 0.21 |
| Hex | 4E | 46 | 1D | 0 | A | 3F | 45 | 32 | 2E | 15 |
| Octal | 116 | 106 | 35 | 0 | 12 | 77 | 105 | 62 | 56 | 25 |
| Binary | 1001110 | 1000110 | 11101 | 0 | 1010 | 111111 | 1000101 | 110010 | 101110 | 10101 |
Color Harmonies of #4E461D
Complementary color
Monochromatic Colors of #4E461D
Black with #4E461D
Text Example
Text Example
White with #4E461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E461D; }
p { color: rgb(78,70,29); }
H1.HeaderClassName
{
color: #4E461D;
}
.AnyTagClassName
{
color: #4E461D;
}
</style>
background-color css
<style>
a { background-color: #4E461D; }
a { background-color: rgb(78,70,29); }
div.DivClassName
{
background-color: #4E461D;
}
.BgClassName
{
background-color: #4E461D;
}
</style>
border-color css
<style>
span { border-color: #4E461D; }
span { border-color: rgb(78,70,29); }
td.TdClassName
{
border-color: #4E461D;
}
.TagClassName
{
border-color: #4E461D;
}
</style>