Shades of Madras #4E4305
Tints of Madras #4E4305
RGB
CMYK
RGB Variations
Color information
#4E4305 (or 0x4E4305) is known color: Madras. HEX triplet: 4E, 43 and 05. RGB value is (78,67,5). Sum of RGB (Red+Green+Blue) = 78+67+5=150 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52% from 150); Green value is 67 (26.56% from 255 or 44.67% from 150); Blue value is 5 (2.34% from 255 or 3.33% from 150); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4305 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4305 is #B1BCFA. Grayscale: #3F3F3F. Windows color (decimal): -11648251 or 344910. OLE color: 344910.
HSL color Cylindrical-coordinate representation of color #4E4305: hue angle of 50.96º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E4305 is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 67 | 5 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.69 |
| HSL | 50.96º | 0.88% | 0.16% | - |
| HSV(B) | 50.96º | 0.94% | 0.31% | - |
| XYZ | 5.18 | 5.64 | 0.96 | - |
| YUV | 63.22 | 95.14 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 67 | 5 | 0 | 0.14 | 0.94 | 0.69 | 50.96 | 0.88 | 0.16 |
| Hex | 4E | 43 | 5 | 0 | E | 5E | 45 | 33 | 58 | 10 |
| Octal | 116 | 103 | 5 | 0 | 16 | 136 | 105 | 63 | 130 | 20 |
| Binary | 1001110 | 1000011 | 101 | 0 | 1110 | 1011110 | 1000101 | 110011 | 1011000 | 10000 |
Color Harmonies of #4E4305
Complementary color
Monochromatic Colors of #4E4305
Black with #4E4305
Text Example
Text Example
White with #4E4305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4305; }
p { color: rgb(78,67,5); }
H1.HeaderClassName
{
color: #4E4305;
}
.AnyTagClassName
{
color: #4E4305;
}
</style>
background-color css
<style>
a { background-color: #4E4305; }
a { background-color: rgb(78,67,5); }
div.DivClassName
{
background-color: #4E4305;
}
.BgClassName
{
background-color: #4E4305;
}
</style>
border-color css
<style>
span { border-color: #4E4305; }
span { border-color: rgb(78,67,5); }
td.TdClassName
{
border-color: #4E4305;
}
.TagClassName
{
border-color: #4E4305;
}
</style>