Shades of Madras #4E420C
Tints of Madras #4E420C
RGB
CMYK
RGB Variations
Color information
#4E420C (or 0x4E420C) is known color: Madras. HEX triplet: 4E, 42 and 0C. RGB value is (78,66,12). Sum of RGB (Red+Green+Blue) = 78+66+12=156 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 78 - color contains mainly: red. Hex color #4E420C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E420C is #B1BDF3. Grayscale: #3F3F3F. Windows color (decimal): -11648500 or 803406. OLE color: 803406.
HSL color Cylindrical-coordinate representation of color #4E420C: hue angle of 49.09º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E420C is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 66 | 12 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.69 |
| HSL | 49.09º | 0.73% | 0.18% | - |
| HSV(B) | 49.09º | 0.85% | 0.31% | - |
| XYZ | 5.16 | 5.54 | 1.15 | - |
| YUV | 63.43 | 98.98 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 66 | 12 | 0 | 0.15 | 0.85 | 0.69 | 49.09 | 0.73 | 0.18 |
| Hex | 4E | 42 | C | 0 | F | 55 | 45 | 31 | 49 | 12 |
| Octal | 116 | 102 | 14 | 0 | 17 | 125 | 105 | 61 | 111 | 22 |
| Binary | 1001110 | 1000010 | 1100 | 0 | 1111 | 1010101 | 1000101 | 110001 | 1001001 | 10010 |
Color Harmonies of #4E420C
Complementary color
Monochromatic Colors of #4E420C
Black with #4E420C
Text Example
Text Example
White with #4E420C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E420C; }
p { color: rgb(78,66,12); }
H1.HeaderClassName
{
color: #4E420C;
}
.AnyTagClassName
{
color: #4E420C;
}
</style>
background-color css
<style>
a { background-color: #4E420C; }
a { background-color: rgb(78,66,12); }
div.DivClassName
{
background-color: #4E420C;
}
.BgClassName
{
background-color: #4E420C;
}
</style>
border-color css
<style>
span { border-color: #4E420C; }
span { border-color: rgb(78,66,12); }
td.TdClassName
{
border-color: #4E420C;
}
.TagClassName
{
border-color: #4E420C;
}
</style>