Shades of Madras #4E3D1C
Tints of Madras #4E3D1C
RGB
CMYK
RGB Variations
Color information
#4E3D1C (or 0x4E3D1C) is known color: Madras. HEX triplet: 4E, 3D and 1C. RGB value is (78,61,28). Sum of RGB (Red+Green+Blue) = 78+61+28=167 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.71% from 167); Green value is 61 (24.22% from 255 or 36.53% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3D1C is #B1C2E3. Grayscale: #3E3E3E. Windows color (decimal): -11649764 or 1850702. OLE color: 1850702.
HSL color Cylindrical-coordinate representation of color #4E3D1C: hue angle of 39.6º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E3D1C is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 61 | 28 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.69 |
| HSL | 39.6º | 0.47% | 0.21% | - |
| HSV(B) | 39.6º | 0.64% | 0.31% | - |
| XYZ | 5.02 | 5.04 | 1.81 | - |
| YUV | 62.32 | 108.63 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 61 | 28 | 0 | 0.22 | 0.64 | 0.69 | 39.6 | 0.47 | 0.21 |
| Hex | 4E | 3D | 1C | 0 | 16 | 40 | 45 | 28 | 2F | 15 |
| Octal | 116 | 75 | 34 | 0 | 26 | 100 | 105 | 50 | 57 | 25 |
| Binary | 1001110 | 111101 | 11100 | 0 | 10110 | 1000000 | 1000101 | 101000 | 101111 | 10101 |
Color Harmonies of #4E3D1C
Complementary color
Monochromatic Colors of #4E3D1C
Black with #4E3D1C
Text Example
Text Example
White with #4E3D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3D1C; }
p { color: rgb(78,61,28); }
H1.HeaderClassName
{
color: #4E3D1C;
}
.AnyTagClassName
{
color: #4E3D1C;
}
</style>
background-color css
<style>
a { background-color: #4E3D1C; }
a { background-color: rgb(78,61,28); }
div.DivClassName
{
background-color: #4E3D1C;
}
.BgClassName
{
background-color: #4E3D1C;
}
</style>
border-color css
<style>
span { border-color: #4E3D1C; }
span { border-color: rgb(78,61,28); }
td.TdClassName
{
border-color: #4E3D1C;
}
.TagClassName
{
border-color: #4E3D1C;
}
</style>