Shades of Madras #503E15
Tints of Madras #503E15
RGB
CMYK
RGB Variations
Color information
#503E15 (or 0x503E15) is known color: Madras. HEX triplet: 50, 3E and 15. RGB value is (80,62,21). Sum of RGB (Red+Green+Blue) = 80+62+21=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 62 (24.61% from 255 or 38.04% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #503E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503E15 is #AFC1EA. Grayscale: #3E3E3E. Windows color (decimal): -11518443 or 1392208. OLE color: 1392208.
HSL color Cylindrical-coordinate representation of color #503E15: hue angle of 41.69º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #503E15 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 62 | 21 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.69 |
| HSL | 41.69º | 0.58% | 0.2% | - |
| HSV(B) | 41.69º | 0.74% | 0.31% | - |
| XYZ | 5.17 | 5.2 | 1.44 | - |
| YUV | 62.71 | 104.46 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 62 | 21 | 0 | 0.22 | 0.74 | 0.69 | 41.69 | 0.58 | 0.2 |
| Hex | 50 | 3E | 15 | 0 | 16 | 4A | 45 | 2A | 3A | 14 |
| Octal | 120 | 76 | 25 | 0 | 26 | 112 | 105 | 52 | 72 | 24 |
| Binary | 1010000 | 111110 | 10101 | 0 | 10110 | 1001010 | 1000101 | 101010 | 111010 | 10100 |
Color Harmonies of #503E15
Complementary color
Monochromatic Colors of #503E15
Black with #503E15
Text Example
Text Example
White with #503E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503E15; }
p { color: rgb(80,62,21); }
H1.HeaderClassName
{
color: #503E15;
}
.AnyTagClassName
{
color: #503E15;
}
</style>
background-color css
<style>
a { background-color: #503E15; }
a { background-color: rgb(80,62,21); }
div.DivClassName
{
background-color: #503E15;
}
.BgClassName
{
background-color: #503E15;
}
</style>
border-color css
<style>
span { border-color: #503E15; }
span { border-color: rgb(80,62,21); }
td.TdClassName
{
border-color: #503E15;
}
.TagClassName
{
border-color: #503E15;
}
</style>