Shades of Madras #4E420B
Tints of Madras #4E420B
RGB
CMYK
RGB Variations
Color information
#4E420B (or 0x4E420B) is known color: Madras. HEX triplet: 4E, 42 and 0B. RGB value is (78,66,11). Sum of RGB (Red+Green+Blue) = 78+66+11=155 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.32% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 78 - color contains mainly: red. Hex color #4E420B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E420B is #B1BDF4. Grayscale: #3F3F3F. Windows color (decimal): -11648501 or 737870. OLE color: 737870.
HSL color Cylindrical-coordinate representation of color #4E420B: hue angle of 49.25º 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 #4E420B is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 66 | 11 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.69 |
| HSL | 49.25º | 0.75% | 0.17% | - |
| HSV(B) | 49.25º | 0.86% | 0.31% | - |
| XYZ | 5.15 | 5.54 | 1.11 | - |
| YUV | 63.32 | 98.48 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 66 | 11 | 0 | 0.15 | 0.86 | 0.69 | 49.25 | 0.75 | 0.17 |
| Hex | 4E | 42 | B | 0 | F | 56 | 45 | 31 | 4B | 11 |
| Octal | 116 | 102 | 13 | 0 | 17 | 126 | 105 | 61 | 113 | 21 |
| Binary | 1001110 | 1000010 | 1011 | 0 | 1111 | 1010110 | 1000101 | 110001 | 1001011 | 10001 |
Color Harmonies of #4E420B
Complementary color
Monochromatic Colors of #4E420B
Black with #4E420B
Text Example
Text Example
White with #4E420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E420B; }
p { color: rgb(78,66,11); }
H1.HeaderClassName
{
color: #4E420B;
}
.AnyTagClassName
{
color: #4E420B;
}
</style>
background-color css
<style>
a { background-color: #4E420B; }
a { background-color: rgb(78,66,11); }
div.DivClassName
{
background-color: #4E420B;
}
.BgClassName
{
background-color: #4E420B;
}
</style>
border-color css
<style>
span { border-color: #4E420B; }
span { border-color: rgb(78,66,11); }
td.TdClassName
{
border-color: #4E420B;
}
.TagClassName
{
border-color: #4E420B;
}
</style>