Shades of Madras #4E3F07
Tints of Madras #4E3F07
RGB
CMYK
RGB Variations
Color information
#4E3F07 (or 0x4E3F07) is known color: Madras. HEX triplet: 4E, 3F and 07. RGB value is (78,63,7). Sum of RGB (Red+Green+Blue) = 78+63+7=148 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.70% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 7 (3.12% from 255 or 4.73% from 148); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3F07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3F07 is #B1C0F8. Grayscale: #3D3D3D. Windows color (decimal): -11649273 or 474958. OLE color: 474958.
HSL color Cylindrical-coordinate representation of color #4E3F07: hue angle of 47.32º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E3F07 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 63 | 7 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.69 |
| HSL | 47.32º | 0.84% | 0.17% | - |
| HSV(B) | 47.32º | 0.91% | 0.31% | - |
| XYZ | 4.96 | 5.19 | 0.94 | - |
| YUV | 61.1 | 97.47 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 63 | 7 | 0 | 0.19 | 0.91 | 0.69 | 47.32 | 0.84 | 0.17 |
| Hex | 4E | 3F | 7 | 0 | 13 | 5B | 45 | 2F | 54 | 11 |
| Octal | 116 | 77 | 7 | 0 | 23 | 133 | 105 | 57 | 124 | 21 |
| Binary | 1001110 | 111111 | 111 | 0 | 10011 | 1011011 | 1000101 | 101111 | 1010100 | 10001 |
Color Harmonies of #4E3F07
Complementary color
Monochromatic Colors of #4E3F07
Black with #4E3F07
Text Example
Text Example
White with #4E3F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3F07; }
p { color: rgb(78,63,7); }
H1.HeaderClassName
{
color: #4E3F07;
}
.AnyTagClassName
{
color: #4E3F07;
}
</style>
background-color css
<style>
a { background-color: #4E3F07; }
a { background-color: rgb(78,63,7); }
div.DivClassName
{
background-color: #4E3F07;
}
.BgClassName
{
background-color: #4E3F07;
}
</style>
border-color css
<style>
span { border-color: #4E3F07; }
span { border-color: rgb(78,63,7); }
td.TdClassName
{
border-color: #4E3F07;
}
.TagClassName
{
border-color: #4E3F07;
}
</style>