Shades of Madras #503E10
Tints of Madras #503E10
RGB
CMYK
RGB Variations
Color information
#503E10 (or 0x503E10) is known color: Madras. HEX triplet: 50, 3E and 10. RGB value is (80,62,16). Sum of RGB (Red+Green+Blue) = 80+62+16=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 62 (24.61% from 255 or 39.24% from 158); Blue value is 16 (6.64% from 255 or 10.13% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #503E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503E10 is #AFC1EF. Grayscale: #3E3E3E. Windows color (decimal): -11518448 or 1064528. OLE color: 1064528.
HSL color Cylindrical-coordinate representation of color #503E10: hue angle of 43.12º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #503E10 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 62 | 16 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.69 |
| HSL | 43.13º | 0.67% | 0.19% | - |
| HSV(B) | 43.13º | 0.8% | 0.31% | - |
| XYZ | 5.12 | 5.19 | 1.22 | - |
| YUV | 62.14 | 101.96 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 62 | 16 | 0 | 0.22 | 0.80 | 0.69 | 43.13 | 0.67 | 0.19 |
| Hex | 50 | 3E | 10 | 0 | 16 | 50 | 45 | 2B | 43 | 13 |
| Octal | 120 | 76 | 20 | 0 | 26 | 120 | 105 | 53 | 103 | 23 |
| Binary | 1010000 | 111110 | 10000 | 0 | 10110 | 1010000 | 1000101 | 101011 | 1000011 | 10011 |
Color Harmonies of #503E10
Complementary color
Monochromatic Colors of #503E10
Black with #503E10
Text Example
Text Example
White with #503E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503E10; }
p { color: rgb(80,62,16); }
H1.HeaderClassName
{
color: #503E10;
}
.AnyTagClassName
{
color: #503E10;
}
</style>
background-color css
<style>
a { background-color: #503E10; }
a { background-color: rgb(80,62,16); }
div.DivClassName
{
background-color: #503E10;
}
.BgClassName
{
background-color: #503E10;
}
</style>
border-color css
<style>
span { border-color: #503E10; }
span { border-color: rgb(80,62,16); }
td.TdClassName
{
border-color: #503E10;
}
.TagClassName
{
border-color: #503E10;
}
</style>