Shades of Madras #4E4109
Tints of Madras #4E4109
RGB
CMYK
RGB Variations
Color information
#4E4109 (or 0x4E4109) is known color: Madras. HEX triplet: 4E, 41 and 09. RGB value is (78,65,9). Sum of RGB (Red+Green+Blue) = 78+65+9=152 (20% of max value = 765). Red value is 78 (30.86% from 255 or 51.32% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4109 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4109 is #B1BEF6. Grayscale: #3E3E3E. Windows color (decimal): -11648759 or 606542. OLE color: 606542.
HSL color Cylindrical-coordinate representation of color #4E4109: hue angle of 48.7º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E4109 is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 65 | 9 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.69 |
| HSL | 48.7º | 0.79% | 0.17% | - |
| HSV(B) | 48.7º | 0.88% | 0.31% | - |
| XYZ | 5.08 | 5.42 | 1.04 | - |
| YUV | 62.5 | 97.81 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 65 | 9 | 0 | 0.17 | 0.88 | 0.69 | 48.7 | 0.79 | 0.17 |
| Hex | 4E | 41 | 9 | 0 | 11 | 58 | 45 | 31 | 4F | 11 |
| Octal | 116 | 101 | 11 | 0 | 21 | 130 | 105 | 61 | 117 | 21 |
| Binary | 1001110 | 1000001 | 1001 | 0 | 10001 | 1011000 | 1000101 | 110001 | 1001111 | 10001 |
Color Harmonies of #4E4109
Complementary color
Monochromatic Colors of #4E4109
Black with #4E4109
Text Example
Text Example
White with #4E4109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4109; }
p { color: rgb(78,65,9); }
H1.HeaderClassName
{
color: #4E4109;
}
.AnyTagClassName
{
color: #4E4109;
}
</style>
background-color css
<style>
a { background-color: #4E4109; }
a { background-color: rgb(78,65,9); }
div.DivClassName
{
background-color: #4E4109;
}
.BgClassName
{
background-color: #4E4109;
}
</style>
border-color css
<style>
span { border-color: #4E4109; }
span { border-color: rgb(78,65,9); }
td.TdClassName
{
border-color: #4E4109;
}
.TagClassName
{
border-color: #4E4109;
}
</style>