Shades of Madras #4E461A
Tints of Madras #4E461A
RGB
CMYK
RGB Variations
Color information
#4E461A (or 0x4E461A) is known color: Madras. HEX triplet: 4E, 46 and 1A. RGB value is (78,70,26). Sum of RGB (Red+Green+Blue) = 78+70+26=174 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.83% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 78 - color contains mainly: red. Hex color #4E461A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E461A is #B1B9E5. Grayscale: #434343. Windows color (decimal): -11647462 or 1721934. OLE color: 1721934.
HSL color Cylindrical-coordinate representation of color #4E461A: hue angle of 50.77º 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 #4E461A is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 70 | 26 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.69 |
| HSL | 50.77º | 0.5% | 0.2% | - |
| HSV(B) | 50.77º | 0.67% | 0.31% | - |
| XYZ | 5.52 | 6.07 | 1.86 | - |
| YUV | 67.38 | 104.65 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 70 | 26 | 0 | 0.10 | 0.67 | 0.69 | 50.77 | 0.5 | 0.2 |
| Hex | 4E | 46 | 1A | 0 | A | 43 | 45 | 33 | 32 | 14 |
| Octal | 116 | 106 | 32 | 0 | 12 | 103 | 105 | 63 | 62 | 24 |
| Binary | 1001110 | 1000110 | 11010 | 0 | 1010 | 1000011 | 1000101 | 110011 | 110010 | 10100 |
Color Harmonies of #4E461A
Complementary color
Monochromatic Colors of #4E461A
Black with #4E461A
Text Example
Text Example
White with #4E461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E461A; }
p { color: rgb(78,70,26); }
H1.HeaderClassName
{
color: #4E461A;
}
.AnyTagClassName
{
color: #4E461A;
}
</style>
background-color css
<style>
a { background-color: #4E461A; }
a { background-color: rgb(78,70,26); }
div.DivClassName
{
background-color: #4E461A;
}
.BgClassName
{
background-color: #4E461A;
}
</style>
border-color css
<style>
span { border-color: #4E461A; }
span { border-color: rgb(78,70,26); }
td.TdClassName
{
border-color: #4E461A;
}
.TagClassName
{
border-color: #4E461A;
}
</style>