Shades of Madras #4E4123
Tints of Madras #4E4123
RGB
CMYK
RGB Variations
Color information
#4E4123 (or 0x4E4123) is known color: Madras. HEX triplet: 4E, 41 and 23. RGB value is (78,65,35). Sum of RGB (Red+Green+Blue) = 78+65+35=178 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.82% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 35 (14.06% from 255 or 19.66% from 178); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4123 is #B1BEDC. Grayscale: #414141. Windows color (decimal): -11648733 or 2310478. OLE color: 2310478.
HSL color Cylindrical-coordinate representation of color #4E4123: hue angle of 41.86º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E4123 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 65 | 35 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.69 |
| HSL | 41.86º | 0.38% | 0.22% | - |
| HSV(B) | 41.86º | 0.55% | 0.31% | - |
| XYZ | 5.34 | 5.52 | 2.37 | - |
| YUV | 65.47 | 110.81 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 65 | 35 | 0 | 0.17 | 0.55 | 0.69 | 41.86 | 0.38 | 0.22 |
| Hex | 4E | 41 | 23 | 0 | 11 | 37 | 45 | 2A | 26 | 16 |
| Octal | 116 | 101 | 43 | 0 | 21 | 67 | 105 | 52 | 46 | 26 |
| Binary | 1001110 | 1000001 | 100011 | 0 | 10001 | 110111 | 1000101 | 101010 | 100110 | 10110 |
Color Harmonies of #4E4123
Complementary color
Monochromatic Colors of #4E4123
Black with #4E4123
Text Example
Text Example
White with #4E4123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4123; }
p { color: rgb(78,65,35); }
H1.HeaderClassName
{
color: #4E4123;
}
.AnyTagClassName
{
color: #4E4123;
}
</style>
background-color css
<style>
a { background-color: #4E4123; }
a { background-color: rgb(78,65,35); }
div.DivClassName
{
background-color: #4E4123;
}
.BgClassName
{
background-color: #4E4123;
}
</style>
border-color css
<style>
span { border-color: #4E4123; }
span { border-color: rgb(78,65,35); }
td.TdClassName
{
border-color: #4E4123;
}
.TagClassName
{
border-color: #4E4123;
}
</style>