Shades of Madras #4E451C
Tints of Madras #4E451C
RGB
CMYK
RGB Variations
Color information
#4E451C (or 0x4E451C) is known color: Madras. HEX triplet: 4E, 45 and 1C. RGB value is (78,69,28). Sum of RGB (Red+Green+Blue) = 78+69+28=175 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.57% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 78 - color contains mainly: red. Hex color #4E451C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E451C is #B1BAE3. Grayscale: #434343. Windows color (decimal): -11647716 or 1852750. OLE color: 1852750.
HSL color Cylindrical-coordinate representation of color #4E451C: hue angle of 49.2º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E451C is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 69 | 28 | - |
| CMYK | 0 | 0.12 | 0.64 | 0.69 |
| HSL | 49.2º | 0.47% | 0.21% | - |
| HSV(B) | 49.2º | 0.64% | 0.31% | - |
| XYZ | 5.48 | 5.96 | 1.96 | - |
| YUV | 67.02 | 105.98 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 69 | 28 | 0 | 0.12 | 0.64 | 0.69 | 49.2 | 0.47 | 0.21 |
| Hex | 4E | 45 | 1C | 0 | C | 40 | 45 | 31 | 2F | 15 |
| Octal | 116 | 105 | 34 | 0 | 14 | 100 | 105 | 61 | 57 | 25 |
| Binary | 1001110 | 1000101 | 11100 | 0 | 1100 | 1000000 | 1000101 | 110001 | 101111 | 10101 |
Color Harmonies of #4E451C
Complementary color
Monochromatic Colors of #4E451C
Black with #4E451C
Text Example
Text Example
White with #4E451C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E451C; }
p { color: rgb(78,69,28); }
H1.HeaderClassName
{
color: #4E451C;
}
.AnyTagClassName
{
color: #4E451C;
}
</style>
background-color css
<style>
a { background-color: #4E451C; }
a { background-color: rgb(78,69,28); }
div.DivClassName
{
background-color: #4E451C;
}
.BgClassName
{
background-color: #4E451C;
}
</style>
border-color css
<style>
span { border-color: #4E451C; }
span { border-color: rgb(78,69,28); }
td.TdClassName
{
border-color: #4E451C;
}
.TagClassName
{
border-color: #4E451C;
}
</style>