Shades of Madras #4E450B
Tints of Madras #4E450B
RGB
CMYK
RGB Variations
Color information
#4E450B (or 0x4E450B) is known color: Madras. HEX triplet: 4E, 45 and 0B. RGB value is (78,69,11). Sum of RGB (Red+Green+Blue) = 78+69+11=158 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.37% from 158); Green value is 69 (27.34% from 255 or 43.67% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 78 - color contains mainly: red. Hex color #4E450B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E450B is #B1BAF4. Grayscale: #414141. Windows color (decimal): -11647733 or 738638. OLE color: 738638.
HSL color Cylindrical-coordinate representation of color #4E450B: hue angle of 51.94º 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 #4E450B is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 69 | 11 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.69 |
| HSL | 51.94º | 0.75% | 0.17% | - |
| HSV(B) | 51.94º | 0.86% | 0.31% | - |
| XYZ | 5.33 | 5.9 | 1.17 | - |
| YUV | 65.08 | 97.48 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 69 | 11 | 0 | 0.12 | 0.86 | 0.69 | 51.94 | 0.75 | 0.17 |
| Hex | 4E | 45 | B | 0 | C | 56 | 45 | 34 | 4B | 11 |
| Octal | 116 | 105 | 13 | 0 | 14 | 126 | 105 | 64 | 113 | 21 |
| Binary | 1001110 | 1000101 | 1011 | 0 | 1100 | 1010110 | 1000101 | 110100 | 1001011 | 10001 |
Color Harmonies of #4E450B
Complementary color
Monochromatic Colors of #4E450B
Black with #4E450B
Text Example
Text Example
White with #4E450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E450B; }
p { color: rgb(78,69,11); }
H1.HeaderClassName
{
color: #4E450B;
}
.AnyTagClassName
{
color: #4E450B;
}
</style>
background-color css
<style>
a { background-color: #4E450B; }
a { background-color: rgb(78,69,11); }
div.DivClassName
{
background-color: #4E450B;
}
.BgClassName
{
background-color: #4E450B;
}
</style>
border-color css
<style>
span { border-color: #4E450B; }
span { border-color: rgb(78,69,11); }
td.TdClassName
{
border-color: #4E450B;
}
.TagClassName
{
border-color: #4E450B;
}
</style>