Shades of Madras #4E3804
Tints of Madras #4E3804
RGB
CMYK
RGB Variations
Color information
#4E3804 (or 0x4E3804) is known color: Madras. HEX triplet: 4E, 38 and 04. RGB value is (78,56,4). Sum of RGB (Red+Green+Blue) = 78+56+4=138 (18% of max value = 765). Red value is 78 (30.86% from 255 or 56.52% from 138); Green value is 56 (22.27% from 255 or 40.58% from 138); Blue value is 4 (1.95% from 255 or 2.90% from 138); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3804 is #B1C7FB. Grayscale: #383838. Windows color (decimal): -11651068 or 276558. OLE color: 276558.
HSL color Cylindrical-coordinate representation of color #4E3804: hue angle of 42.16º 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 #4E3804 is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 56 | 4 | - |
| CMYK | 0 | 0.28 | 0.95 | 0.69 |
| HSL | 42.16º | 0.9% | 0.16% | - |
| HSV(B) | 42.16º | 0.95% | 0.31% | - |
| XYZ | 4.58 | 4.46 | 0.73 | - |
| YUV | 56.65 | 98.29 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 56 | 4 | 0 | 0.28 | 0.95 | 0.69 | 42.16 | 0.9 | 0.16 |
| Hex | 4E | 38 | 4 | 0 | 1C | 5F | 45 | 2A | 5A | 10 |
| Octal | 116 | 70 | 4 | 0 | 34 | 137 | 105 | 52 | 132 | 20 |
| Binary | 1001110 | 111000 | 100 | 0 | 11100 | 1011111 | 1000101 | 101010 | 1011010 | 10000 |
Color Harmonies of #4E3804
Complementary color
Monochromatic Colors of #4E3804
Black with #4E3804
Text Example
Text Example
White with #4E3804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3804; }
p { color: rgb(78,56,4); }
H1.HeaderClassName
{
color: #4E3804;
}
.AnyTagClassName
{
color: #4E3804;
}
</style>
background-color css
<style>
a { background-color: #4E3804; }
a { background-color: rgb(78,56,4); }
div.DivClassName
{
background-color: #4E3804;
}
.BgClassName
{
background-color: #4E3804;
}
</style>
border-color css
<style>
span { border-color: #4E3804; }
span { border-color: rgb(78,56,4); }
td.TdClassName
{
border-color: #4E3804;
}
.TagClassName
{
border-color: #4E3804;
}
</style>