Shades of Madras #4E3E02
Tints of Madras #4E3E02
RGB
CMYK
RGB Variations
Color information
#4E3E02 (or 0x4E3E02) is known color: Madras. HEX triplet: 4E, 3E and 02. RGB value is (78,62,2). Sum of RGB (Red+Green+Blue) = 78+62+2=142 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.93% from 142); Green value is 62 (24.61% from 255 or 43.66% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3E02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E3E02 is #B1C1FD. Grayscale: #3C3C3C. Windows color (decimal): -11649534 or 147022. OLE color: 147022.
HSL color Cylindrical-coordinate representation of color #4E3E02: hue angle of 47.37º 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 #4E3E02 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 62 | 2 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.69 |
| HSL | 47.37º | 0.95% | 0.16% | - |
| HSV(B) | 47.37º | 0.97% | 0.31% | - |
| XYZ | 4.88 | 5.07 | 0.78 | - |
| YUV | 59.94 | 95.3 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 62 | 2 | 0 | 0.21 | 0.97 | 0.69 | 47.37 | 0.95 | 0.16 |
| Hex | 4E | 3E | 2 | 0 | 15 | 61 | 45 | 2F | 5F | 10 |
| Octal | 116 | 76 | 2 | 0 | 25 | 141 | 105 | 57 | 137 | 20 |
| Binary | 1001110 | 111110 | 10 | 0 | 10101 | 1100001 | 1000101 | 101111 | 1011111 | 10000 |
Color Harmonies of #4E3E02
Complementary color
Monochromatic Colors of #4E3E02
Black with #4E3E02
Text Example
Text Example
White with #4E3E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3E02; }
p { color: rgb(78,62,2); }
H1.HeaderClassName
{
color: #4E3E02;
}
.AnyTagClassName
{
color: #4E3E02;
}
</style>
background-color css
<style>
a { background-color: #4E3E02; }
a { background-color: rgb(78,62,2); }
div.DivClassName
{
background-color: #4E3E02;
}
.BgClassName
{
background-color: #4E3E02;
}
</style>
border-color css
<style>
span { border-color: #4E3E02; }
span { border-color: rgb(78,62,2); }
td.TdClassName
{
border-color: #4E3E02;
}
.TagClassName
{
border-color: #4E3E02;
}
</style>