Shades of Madras #503E03
Tints of Madras #503E03
RGB
CMYK
RGB Variations
Color information
#503E03 (or 0x503E03) is known color: Madras. HEX triplet: 50, 3E and 03. RGB value is (80,62,3). Sum of RGB (Red+Green+Blue) = 80+62+3=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 62 (24.61% from 255 or 42.76% from 145); Blue value is 3 (1.56% from 255 or 2.07% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #503E03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503E03 is #AFC1FC. Grayscale: #3C3C3C. Windows color (decimal): -11518461 or 212560. OLE color: 212560.
HSL color Cylindrical-coordinate representation of color #503E03: hue angle of 45.97º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #503E03 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 62 | 3 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.69 |
| HSL | 45.97º | 0.93% | 0.16% | - |
| HSV(B) | 45.97º | 0.96% | 0.31% | - |
| XYZ | 5.05 | 5.16 | 0.82 | - |
| YUV | 60.66 | 95.46 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 62 | 3 | 0 | 0.22 | 0.96 | 0.69 | 45.97 | 0.93 | 0.16 |
| Hex | 50 | 3E | 3 | 0 | 16 | 60 | 45 | 2E | 5D | 10 |
| Octal | 120 | 76 | 3 | 0 | 26 | 140 | 105 | 56 | 135 | 20 |
| Binary | 1010000 | 111110 | 11 | 0 | 10110 | 1100000 | 1000101 | 101110 | 1011101 | 10000 |
Color Harmonies of #503E03
Complementary color
Monochromatic Colors of #503E03
Black with #503E03
Text Example
Text Example
White with #503E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503E03; }
p { color: rgb(80,62,3); }
H1.HeaderClassName
{
color: #503E03;
}
.AnyTagClassName
{
color: #503E03;
}
</style>
background-color css
<style>
a { background-color: #503E03; }
a { background-color: rgb(80,62,3); }
div.DivClassName
{
background-color: #503E03;
}
.BgClassName
{
background-color: #503E03;
}
</style>
border-color css
<style>
span { border-color: #503E03; }
span { border-color: rgb(80,62,3); }
td.TdClassName
{
border-color: #503E03;
}
.TagClassName
{
border-color: #503E03;
}
</style>