Shades of Madras #4E4102
Tints of Madras #4E4102
RGB
CMYK
RGB Variations
Color information
#4E4102 (or 0x4E4102) is known color: Madras. HEX triplet: 4E, 41 and 02. RGB value is (78,65,2). Sum of RGB (Red+Green+Blue) = 78+65+2=145 (19% of max value = 765). Red value is 78 (30.86% from 255 or 53.79% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4102 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4102 is #B1BEFD. Grayscale: #3D3D3D. Windows color (decimal): -11648766 or 147790. OLE color: 147790.
HSL color Cylindrical-coordinate representation of color #4E4102: hue angle of 49.74º 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 #4E4102 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 65 | 2 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.69 |
| HSL | 49.74º | 0.95% | 0.16% | - |
| HSV(B) | 49.74º | 0.97% | 0.31% | - |
| XYZ | 5.04 | 5.4 | 0.83 | - |
| YUV | 61.71 | 94.31 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 65 | 2 | 0 | 0.17 | 0.97 | 0.69 | 49.74 | 0.95 | 0.16 |
| Hex | 4E | 41 | 2 | 0 | 11 | 61 | 45 | 32 | 5F | 10 |
| Octal | 116 | 101 | 2 | 0 | 21 | 141 | 105 | 62 | 137 | 20 |
| Binary | 1001110 | 1000001 | 10 | 0 | 10001 | 1100001 | 1000101 | 110010 | 1011111 | 10000 |
Color Harmonies of #4E4102
Complementary color
Monochromatic Colors of #4E4102
Black with #4E4102
Text Example
Text Example
White with #4E4102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4102; }
p { color: rgb(78,65,2); }
H1.HeaderClassName
{
color: #4E4102;
}
.AnyTagClassName
{
color: #4E4102;
}
</style>
background-color css
<style>
a { background-color: #4E4102; }
a { background-color: rgb(78,65,2); }
div.DivClassName
{
background-color: #4E4102;
}
.BgClassName
{
background-color: #4E4102;
}
</style>
border-color css
<style>
span { border-color: #4E4102; }
span { border-color: rgb(78,65,2); }
td.TdClassName
{
border-color: #4E4102;
}
.TagClassName
{
border-color: #4E4102;
}
</style>