Shades of Madras #4E4311
Tints of Madras #4E4311
RGB
CMYK
RGB Variations
Color information
#4E4311 (or 0x4E4311) is known color: Madras. HEX triplet: 4E, 43 and 11. RGB value is (78,67,17). Sum of RGB (Red+Green+Blue) = 78+67+17=162 (21% of max value = 765). Red value is 78 (30.86% from 255 or 48.15% from 162); Green value is 67 (26.56% from 255 or 41.36% from 162); Blue value is 17 (7.03% from 255 or 10.49% from 162); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4311 is #B1BCEE. Grayscale: #404040. Windows color (decimal): -11648239 or 1131342. OLE color: 1131342.
HSL color Cylindrical-coordinate representation of color #4E4311: hue angle of 49.18º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E4311 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 67 | 17 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.69 |
| HSL | 49.18º | 0.64% | 0.19% | - |
| HSV(B) | 49.18º | 0.78% | 0.31% | - |
| XYZ | 5.25 | 5.67 | 1.35 | - |
| YUV | 64.59 | 101.14 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 67 | 17 | 0 | 0.14 | 0.78 | 0.69 | 49.18 | 0.64 | 0.19 |
| Hex | 4E | 43 | 11 | 0 | E | 4E | 45 | 31 | 40 | 13 |
| Octal | 116 | 103 | 21 | 0 | 16 | 116 | 105 | 61 | 100 | 23 |
| Binary | 1001110 | 1000011 | 10001 | 0 | 1110 | 1001110 | 1000101 | 110001 | 1000000 | 10011 |
Color Harmonies of #4E4311
Complementary color
Monochromatic Colors of #4E4311
Black with #4E4311
Text Example
Text Example
White with #4E4311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4311; }
p { color: rgb(78,67,17); }
H1.HeaderClassName
{
color: #4E4311;
}
.AnyTagClassName
{
color: #4E4311;
}
</style>
background-color css
<style>
a { background-color: #4E4311; }
a { background-color: rgb(78,67,17); }
div.DivClassName
{
background-color: #4E4311;
}
.BgClassName
{
background-color: #4E4311;
}
</style>
border-color css
<style>
span { border-color: #4E4311; }
span { border-color: rgb(78,67,17); }
td.TdClassName
{
border-color: #4E4311;
}
.TagClassName
{
border-color: #4E4311;
}
</style>