Shades of Madras #4E4517
Tints of Madras #4E4517
RGB
CMYK
RGB Variations
Color information
#4E4517 (or 0x4E4517) is known color: Madras. HEX triplet: 4E, 45 and 17. RGB value is (78,69,23). Sum of RGB (Red+Green+Blue) = 78+69+23=170 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.88% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 23 (9.38% from 255 or 13.53% from 170); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4517 is #B1BAE8. Grayscale: #424242. Windows color (decimal): -11647721 or 1525070. OLE color: 1525070.
HSL color Cylindrical-coordinate representation of color #4E4517: hue angle of 50.18º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4E4517 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 69 | 23 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.69 |
| HSL | 50.18º | 0.54% | 0.2% | - |
| HSV(B) | 50.18º | 0.71% | 0.31% | - |
| XYZ | 5.42 | 5.94 | 1.67 | - |
| YUV | 66.45 | 103.48 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 69 | 23 | 0 | 0.12 | 0.71 | 0.69 | 50.18 | 0.54 | 0.2 |
| Hex | 4E | 45 | 17 | 0 | C | 47 | 45 | 32 | 36 | 14 |
| Octal | 116 | 105 | 27 | 0 | 14 | 107 | 105 | 62 | 66 | 24 |
| Binary | 1001110 | 1000101 | 10111 | 0 | 1100 | 1000111 | 1000101 | 110010 | 110110 | 10100 |
Color Harmonies of #4E4517
Complementary color
Monochromatic Colors of #4E4517
Black with #4E4517
Text Example
Text Example
White with #4E4517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4517; }
p { color: rgb(78,69,23); }
H1.HeaderClassName
{
color: #4E4517;
}
.AnyTagClassName
{
color: #4E4517;
}
</style>
background-color css
<style>
a { background-color: #4E4517; }
a { background-color: rgb(78,69,23); }
div.DivClassName
{
background-color: #4E4517;
}
.BgClassName
{
background-color: #4E4517;
}
</style>
border-color css
<style>
span { border-color: #4E4517; }
span { border-color: rgb(78,69,23); }
td.TdClassName
{
border-color: #4E4517;
}
.TagClassName
{
border-color: #4E4517;
}
</style>