Shades of Madras #4E3904
Tints of Madras #4E3904
RGB
CMYK
RGB Variations
Color information
#4E3904 (or 0x4E3904) is known color: Madras. HEX triplet: 4E, 39 and 04. RGB value is (78,57,4). Sum of RGB (Red+Green+Blue) = 78+57+4=139 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.12% from 139); Green value is 57 (22.66% from 255 or 41.01% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3904 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3904 is #B1C6FB. Grayscale: #393939. Windows color (decimal): -11650812 or 276814. OLE color: 276814.
HSL color Cylindrical-coordinate representation of color #4E3904: hue angle of 42.97º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E3904 is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 57 | 4 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.69 |
| HSL | 42.97º | 0.9% | 0.16% | - |
| HSV(B) | 42.97º | 0.95% | 0.31% | - |
| XYZ | 4.63 | 4.55 | 0.75 | - |
| YUV | 57.24 | 97.96 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 57 | 4 | 0 | 0.27 | 0.95 | 0.69 | 42.97 | 0.9 | 0.16 |
| Hex | 4E | 39 | 4 | 0 | 1B | 5F | 45 | 2B | 5A | 10 |
| Octal | 116 | 71 | 4 | 0 | 33 | 137 | 105 | 53 | 132 | 20 |
| Binary | 1001110 | 111001 | 100 | 0 | 11011 | 1011111 | 1000101 | 101011 | 1011010 | 10000 |
Color Harmonies of #4E3904
Complementary color
Monochromatic Colors of #4E3904
Black with #4E3904
Text Example
Text Example
White with #4E3904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3904; }
p { color: rgb(78,57,4); }
H1.HeaderClassName
{
color: #4E3904;
}
.AnyTagClassName
{
color: #4E3904;
}
</style>
background-color css
<style>
a { background-color: #4E3904; }
a { background-color: rgb(78,57,4); }
div.DivClassName
{
background-color: #4E3904;
}
.BgClassName
{
background-color: #4E3904;
}
</style>
border-color css
<style>
span { border-color: #4E3904; }
span { border-color: rgb(78,57,4); }
td.TdClassName
{
border-color: #4E3904;
}
.TagClassName
{
border-color: #4E3904;
}
</style>