Shades of Madras #4E431A
Tints of Madras #4E431A
RGB
CMYK
RGB Variations
Color information
#4E431A (or 0x4E431A) is known color: Madras. HEX triplet: 4E, 43 and 1A. RGB value is (78,67,26). Sum of RGB (Red+Green+Blue) = 78+67+26=171 (22% of max value = 765). Red value is 78 (30.86% from 255 or 45.61% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 78 - color contains mainly: red. Hex color #4E431A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E431A is #B1BCE5. Grayscale: #414141. Windows color (decimal): -11648230 or 1721166. OLE color: 1721166.
HSL color Cylindrical-coordinate representation of color #4E431A: hue angle of 47.31º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E431A is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 67 | 26 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.69 |
| HSL | 47.31º | 0.5% | 0.2% | - |
| HSV(B) | 47.31º | 0.67% | 0.31% | - |
| XYZ | 5.34 | 5.71 | 1.8 | - |
| YUV | 65.62 | 105.64 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 67 | 26 | 0 | 0.14 | 0.67 | 0.69 | 47.31 | 0.5 | 0.2 |
| Hex | 4E | 43 | 1A | 0 | E | 43 | 45 | 2F | 32 | 14 |
| Octal | 116 | 103 | 32 | 0 | 16 | 103 | 105 | 57 | 62 | 24 |
| Binary | 1001110 | 1000011 | 11010 | 0 | 1110 | 1000011 | 1000101 | 101111 | 110010 | 10100 |
Color Harmonies of #4E431A
Complementary color
Monochromatic Colors of #4E431A
Black with #4E431A
Text Example
Text Example
White with #4E431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E431A; }
p { color: rgb(78,67,26); }
H1.HeaderClassName
{
color: #4E431A;
}
.AnyTagClassName
{
color: #4E431A;
}
</style>
background-color css
<style>
a { background-color: #4E431A; }
a { background-color: rgb(78,67,26); }
div.DivClassName
{
background-color: #4E431A;
}
.BgClassName
{
background-color: #4E431A;
}
</style>
border-color css
<style>
span { border-color: #4E431A; }
span { border-color: rgb(78,67,26); }
td.TdClassName
{
border-color: #4E431A;
}
.TagClassName
{
border-color: #4E431A;
}
</style>