Shades of Madras #4E3C1D
Tints of Madras #4E3C1D
RGB
CMYK
RGB Variations
Color information
#4E3C1D (or 0x4E3C1D) is known color: Madras. HEX triplet: 4E, 3C and 1D. RGB value is (78,60,29). Sum of RGB (Red+Green+Blue) = 78+60+29=167 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.71% from 167); Green value is 60 (23.83% from 255 or 35.93% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3C1D is #B1C3E2. Grayscale: #3D3D3D. Windows color (decimal): -11650019 or 1915982. OLE color: 1915982.
HSL color Cylindrical-coordinate representation of color #4E3C1D: hue angle of 37.96º 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 #4E3C1D is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 60 | 29 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.69 |
| HSL | 37.96º | 0.46% | 0.21% | - |
| HSV(B) | 37.96º | 0.63% | 0.31% | - |
| XYZ | 4.98 | 4.94 | 1.85 | - |
| YUV | 61.85 | 109.46 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 60 | 29 | 0 | 0.23 | 0.63 | 0.69 | 37.96 | 0.46 | 0.21 |
| Hex | 4E | 3C | 1D | 0 | 17 | 3F | 45 | 26 | 2E | 15 |
| Octal | 116 | 74 | 35 | 0 | 27 | 77 | 105 | 46 | 56 | 25 |
| Binary | 1001110 | 111100 | 11101 | 0 | 10111 | 111111 | 1000101 | 100110 | 101110 | 10101 |
Color Harmonies of #4E3C1D
Complementary color
Monochromatic Colors of #4E3C1D
Black with #4E3C1D
Text Example
Text Example
White with #4E3C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3C1D; }
p { color: rgb(78,60,29); }
H1.HeaderClassName
{
color: #4E3C1D;
}
.AnyTagClassName
{
color: #4E3C1D;
}
</style>
background-color css
<style>
a { background-color: #4E3C1D; }
a { background-color: rgb(78,60,29); }
div.DivClassName
{
background-color: #4E3C1D;
}
.BgClassName
{
background-color: #4E3C1D;
}
</style>
border-color css
<style>
span { border-color: #4E3C1D; }
span { border-color: rgb(78,60,29); }
td.TdClassName
{
border-color: #4E3C1D;
}
.TagClassName
{
border-color: #4E3C1D;
}
</style>