Shades of Madras #4E4318
Tints of Madras #4E4318
RGB
CMYK
RGB Variations
Color information
#4E4318 (or 0x4E4318) is known color: Madras. HEX triplet: 4E, 43 and 18. RGB value is (78,67,24). Sum of RGB (Red+Green+Blue) = 78+67+24=169 (22% of max value = 765). Red value is 78 (30.86% from 255 or 46.15% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 24 (9.77% from 255 or 14.20% from 169); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E4318 is #B1BCE7. Grayscale: #414141. Windows color (decimal): -11648232 or 1590094. OLE color: 1590094.
HSL color Cylindrical-coordinate representation of color #4E4318: hue angle of 47.78º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E4318 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 67 | 24 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.69 |
| HSL | 47.78º | 0.53% | 0.2% | - |
| HSV(B) | 47.78º | 0.69% | 0.31% | - |
| XYZ | 5.31 | 5.7 | 1.68 | - |
| YUV | 65.39 | 104.64 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 67 | 24 | 0 | 0.14 | 0.69 | 0.69 | 47.78 | 0.53 | 0.2 |
| Hex | 4E | 43 | 18 | 0 | E | 45 | 45 | 30 | 35 | 14 |
| Octal | 116 | 103 | 30 | 0 | 16 | 105 | 105 | 60 | 65 | 24 |
| Binary | 1001110 | 1000011 | 11000 | 0 | 1110 | 1000101 | 1000101 | 110000 | 110101 | 10100 |
Color Harmonies of #4E4318
Complementary color
Monochromatic Colors of #4E4318
Black with #4E4318
Text Example
Text Example
White with #4E4318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4318; }
p { color: rgb(78,67,24); }
H1.HeaderClassName
{
color: #4E4318;
}
.AnyTagClassName
{
color: #4E4318;
}
</style>
background-color css
<style>
a { background-color: #4E4318; }
a { background-color: rgb(78,67,24); }
div.DivClassName
{
background-color: #4E4318;
}
.BgClassName
{
background-color: #4E4318;
}
</style>
border-color css
<style>
span { border-color: #4E4318; }
span { border-color: rgb(78,67,24); }
td.TdClassName
{
border-color: #4E4318;
}
.TagClassName
{
border-color: #4E4318;
}
</style>