Shades of Madras #4E430B
Tints of Madras #4E430B
RGB
CMYK
RGB Variations
Color information
#4E430B (or 0x4E430B) is known color: Madras. HEX triplet: 4E, 43 and 0B. RGB value is (78,67,11). Sum of RGB (Red+Green+Blue) = 78+67+11=156 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50% from 156); Green value is 67 (26.56% from 255 or 42.95% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 78 - color contains mainly: red. Hex color #4E430B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E430B is #B1BCF4. Grayscale: #404040. Windows color (decimal): -11648245 or 738126. OLE color: 738126.
HSL color Cylindrical-coordinate representation of color #4E430B: hue angle of 50.15º 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 #4E430B is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 67 | 11 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.69 |
| HSL | 50.15º | 0.75% | 0.17% | - |
| HSV(B) | 50.15º | 0.86% | 0.31% | - |
| XYZ | 5.21 | 5.66 | 1.13 | - |
| YUV | 63.91 | 98.14 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 67 | 11 | 0 | 0.14 | 0.86 | 0.69 | 50.15 | 0.75 | 0.17 |
| Hex | 4E | 43 | B | 0 | E | 56 | 45 | 32 | 4B | 11 |
| Octal | 116 | 103 | 13 | 0 | 16 | 126 | 105 | 62 | 113 | 21 |
| Binary | 1001110 | 1000011 | 1011 | 0 | 1110 | 1010110 | 1000101 | 110010 | 1001011 | 10001 |
Color Harmonies of #4E430B
Complementary color
Monochromatic Colors of #4E430B
Black with #4E430B
Text Example
Text Example
White with #4E430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E430B; }
p { color: rgb(78,67,11); }
H1.HeaderClassName
{
color: #4E430B;
}
.AnyTagClassName
{
color: #4E430B;
}
</style>
background-color css
<style>
a { background-color: #4E430B; }
a { background-color: rgb(78,67,11); }
div.DivClassName
{
background-color: #4E430B;
}
.BgClassName
{
background-color: #4E430B;
}
</style>
border-color css
<style>
span { border-color: #4E430B; }
span { border-color: rgb(78,67,11); }
td.TdClassName
{
border-color: #4E430B;
}
.TagClassName
{
border-color: #4E430B;
}
</style>