Shades of Madras #4E4307
Tints of Madras #4E4307
RGB
CMYK
RGB Variations
Color information
#4E4307 (or 0x4E4307) is known color: Madras. HEX triplet: 4E, 43 and 07. RGB value is (78,67,7). Sum of RGB (Red+Green+Blue) = 78+67+7=152 (20% of max value = 765). Red value is 78 (30.86% from 255 or 51.32% from 152); Green value is 67 (26.56% from 255 or 44.08% from 152); Blue value is 7 (3.12% from 255 or 4.61% from 152); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4307 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4307 is #B1BCF8. Grayscale: #3F3F3F. Windows color (decimal): -11648249 or 475982. OLE color: 475982.
HSL color Cylindrical-coordinate representation of color #4E4307: hue angle of 50.7º 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 #4E4307 is Cyan = 0, Magento = 0.14, Yellow = 0.91 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 67 | 7 | - |
| CMYK | 0 | 0.14 | 0.91 | 0.69 |
| HSL | 50.7º | 0.84% | 0.17% | - |
| HSV(B) | 50.7º | 0.91% | 0.31% | - |
| XYZ | 5.19 | 5.65 | 1.02 | - |
| YUV | 63.45 | 96.14 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 67 | 7 | 0 | 0.14 | 0.91 | 0.69 | 50.7 | 0.84 | 0.17 |
| Hex | 4E | 43 | 7 | 0 | E | 5B | 45 | 33 | 54 | 11 |
| Octal | 116 | 103 | 7 | 0 | 16 | 133 | 105 | 63 | 124 | 21 |
| Binary | 1001110 | 1000011 | 111 | 0 | 1110 | 1011011 | 1000101 | 110011 | 1010100 | 10001 |
Color Harmonies of #4E4307
Complementary color
Monochromatic Colors of #4E4307
Black with #4E4307
Text Example
Text Example
White with #4E4307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4307; }
p { color: rgb(78,67,7); }
H1.HeaderClassName
{
color: #4E4307;
}
.AnyTagClassName
{
color: #4E4307;
}
</style>
background-color css
<style>
a { background-color: #4E4307; }
a { background-color: rgb(78,67,7); }
div.DivClassName
{
background-color: #4E4307;
}
.BgClassName
{
background-color: #4E4307;
}
</style>
border-color css
<style>
span { border-color: #4E4307; }
span { border-color: rgb(78,67,7); }
td.TdClassName
{
border-color: #4E4307;
}
.TagClassName
{
border-color: #4E4307;
}
</style>