Shades of Madras #4E4719
Tints of Madras #4E4719
RGB
CMYK
RGB Variations
Color information
#4E4719 (or 0x4E4719) is known color: Madras. HEX triplet: 4E, 47 and 19. RGB value is (78,71,25). Sum of RGB (Red+Green+Blue) = 78+71+25=174 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.83% from 174); Green value is 71 (28.12% from 255 or 40.80% from 174); Blue value is 25 (10.16% from 255 or 14.37% from 174); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4719 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4719 is #B1B8E6. Grayscale: #444444. Windows color (decimal): -11647207 or 1656654. OLE color: 1656654.
HSL color Cylindrical-coordinate representation of color #4E4719: hue angle of 52.08º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E4719 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 71 | 25 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.69 |
| HSL | 52.08º | 0.51% | 0.2% | - |
| HSV(B) | 52.08º | 0.68% | 0.31% | - |
| XYZ | 5.57 | 6.2 | 1.82 | - |
| YUV | 67.85 | 103.82 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 71 | 25 | 0 | 0.09 | 0.68 | 0.69 | 52.08 | 0.51 | 0.2 |
| Hex | 4E | 47 | 19 | 0 | 9 | 44 | 45 | 34 | 33 | 14 |
| Octal | 116 | 107 | 31 | 0 | 11 | 104 | 105 | 64 | 63 | 24 |
| Binary | 1001110 | 1000111 | 11001 | 0 | 1001 | 1000100 | 1000101 | 110100 | 110011 | 10100 |
Color Harmonies of #4E4719
Complementary color
Monochromatic Colors of #4E4719
Black with #4E4719
Text Example
Text Example
White with #4E4719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4719; }
p { color: rgb(78,71,25); }
H1.HeaderClassName
{
color: #4E4719;
}
.AnyTagClassName
{
color: #4E4719;
}
</style>
background-color css
<style>
a { background-color: #4E4719; }
a { background-color: rgb(78,71,25); }
div.DivClassName
{
background-color: #4E4719;
}
.BgClassName
{
background-color: #4E4719;
}
</style>
border-color css
<style>
span { border-color: #4E4719; }
span { border-color: rgb(78,71,25); }
td.TdClassName
{
border-color: #4E4719;
}
.TagClassName
{
border-color: #4E4719;
}
</style>