Shades of Madras #4E4116
Tints of Madras #4E4116
RGB
CMYK
RGB Variations
Color information
#4E4116 (or 0x4E4116) is known color: Madras. HEX triplet: 4E, 41 and 16. RGB value is (78,65,22). Sum of RGB (Red+Green+Blue) = 78+65+22=165 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.27% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 22 (8.98% from 255 or 13.33% from 165); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4116 is #B1BEE9. Grayscale: #404040. Windows color (decimal): -11648746 or 1458510. OLE color: 1458510.
HSL color Cylindrical-coordinate representation of color #4E4116: hue angle of 46.07º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E4116 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 65 | 22 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.69 |
| HSL | 46.07º | 0.56% | 0.2% | - |
| HSV(B) | 46.07º | 0.72% | 0.31% | - |
| XYZ | 5.18 | 5.46 | 1.54 | - |
| YUV | 63.99 | 104.31 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 65 | 22 | 0 | 0.17 | 0.72 | 0.69 | 46.07 | 0.56 | 0.2 |
| Hex | 4E | 41 | 16 | 0 | 11 | 48 | 45 | 2E | 38 | 14 |
| Octal | 116 | 101 | 26 | 0 | 21 | 110 | 105 | 56 | 70 | 24 |
| Binary | 1001110 | 1000001 | 10110 | 0 | 10001 | 1001000 | 1000101 | 101110 | 111000 | 10100 |
Color Harmonies of #4E4116
Complementary color
Monochromatic Colors of #4E4116
Black with #4E4116
Text Example
Text Example
White with #4E4116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4116; }
p { color: rgb(78,65,22); }
H1.HeaderClassName
{
color: #4E4116;
}
.AnyTagClassName
{
color: #4E4116;
}
</style>
background-color css
<style>
a { background-color: #4E4116; }
a { background-color: rgb(78,65,22); }
div.DivClassName
{
background-color: #4E4116;
}
.BgClassName
{
background-color: #4E4116;
}
</style>
border-color css
<style>
span { border-color: #4E4116; }
span { border-color: rgb(78,65,22); }
td.TdClassName
{
border-color: #4E4116;
}
.TagClassName
{
border-color: #4E4116;
}
</style>