Shades of Madras #4E4302
Tints of Madras #4E4302
RGB
CMYK
RGB Variations
Color information
#4E4302 (or 0x4E4302) is known color: Madras. HEX triplet: 4E, 43 and 02. RGB value is (78,67,2). Sum of RGB (Red+Green+Blue) = 78+67+2=147 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.06% from 147); Green value is 67 (26.56% from 255 or 45.58% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4302 is #B1BCFD. Grayscale: #3F3F3F. Windows color (decimal): -11648254 or 148302. OLE color: 148302.
HSL color Cylindrical-coordinate representation of color #4E4302: hue angle of 51.32º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E4302 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 67 | 2 | - |
| CMYK | 0 | 0.14 | 0.97 | 0.69 |
| HSL | 51.32º | 0.95% | 0.16% | - |
| HSV(B) | 51.32º | 0.97% | 0.31% | - |
| XYZ | 5.16 | 5.64 | 0.87 | - |
| YUV | 62.88 | 93.64 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 67 | 2 | 0 | 0.14 | 0.97 | 0.69 | 51.32 | 0.95 | 0.16 |
| Hex | 4E | 43 | 2 | 0 | E | 61 | 45 | 33 | 5F | 10 |
| Octal | 116 | 103 | 2 | 0 | 16 | 141 | 105 | 63 | 137 | 20 |
| Binary | 1001110 | 1000011 | 10 | 0 | 1110 | 1100001 | 1000101 | 110011 | 1011111 | 10000 |
Color Harmonies of #4E4302
Complementary color
Monochromatic Colors of #4E4302
Black with #4E4302
Text Example
Text Example
White with #4E4302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4302; }
p { color: rgb(78,67,2); }
H1.HeaderClassName
{
color: #4E4302;
}
.AnyTagClassName
{
color: #4E4302;
}
</style>
background-color css
<style>
a { background-color: #4E4302; }
a { background-color: rgb(78,67,2); }
div.DivClassName
{
background-color: #4E4302;
}
.BgClassName
{
background-color: #4E4302;
}
</style>
border-color css
<style>
span { border-color: #4E4302; }
span { border-color: rgb(78,67,2); }
td.TdClassName
{
border-color: #4E4302;
}
.TagClassName
{
border-color: #4E4302;
}
</style>