Shades of Madras #4E440B
Tints of Madras #4E440B
RGB
CMYK
RGB Variations
Color information
#4E440B (or 0x4E440B) is known color: Madras. HEX triplet: 4E, 44 and 0B. RGB value is (78,68,11). Sum of RGB (Red+Green+Blue) = 78+68+11=157 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.68% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 11 (4.69% from 255 or 7.01% from 157); Max value from RGB is 78 - color contains mainly: red. Hex color #4E440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E440B is #B1BBF4. Grayscale: #404040. Windows color (decimal): -11647989 or 738382. OLE color: 738382.
HSL color Cylindrical-coordinate representation of color #4E440B: hue angle of 51.04º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E440B is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 68 | 11 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.69 |
| HSL | 51.04º | 0.75% | 0.17% | - |
| HSV(B) | 51.04º | 0.86% | 0.31% | - |
| XYZ | 5.27 | 5.78 | 1.15 | - |
| YUV | 64.49 | 97.81 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 68 | 11 | 0 | 0.13 | 0.86 | 0.69 | 51.04 | 0.75 | 0.17 |
| Hex | 4E | 44 | B | 0 | D | 56 | 45 | 33 | 4B | 11 |
| Octal | 116 | 104 | 13 | 0 | 15 | 126 | 105 | 63 | 113 | 21 |
| Binary | 1001110 | 1000100 | 1011 | 0 | 1101 | 1010110 | 1000101 | 110011 | 1001011 | 10001 |
Color Harmonies of #4E440B
Complementary color
Monochromatic Colors of #4E440B
Black with #4E440B
Text Example
Text Example
White with #4E440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E440B; }
p { color: rgb(78,68,11); }
H1.HeaderClassName
{
color: #4E440B;
}
.AnyTagClassName
{
color: #4E440B;
}
</style>
background-color css
<style>
a { background-color: #4E440B; }
a { background-color: rgb(78,68,11); }
div.DivClassName
{
background-color: #4E440B;
}
.BgClassName
{
background-color: #4E440B;
}
</style>
border-color css
<style>
span { border-color: #4E440B; }
span { border-color: rgb(78,68,11); }
td.TdClassName
{
border-color: #4E440B;
}
.TagClassName
{
border-color: #4E440B;
}
</style>