Shades of Madras #503E17
Tints of Madras #503E17
RGB
CMYK
RGB Variations
Color information
#503E17 (or 0x503E17) is known color: Madras. HEX triplet: 50, 3E and 17. RGB value is (80,62,23). Sum of RGB (Red+Green+Blue) = 80+62+23=165 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.48% from 165); Green value is 62 (24.61% from 255 or 37.58% from 165); Blue value is 23 (9.38% from 255 or 13.94% from 165); Max value from RGB is 80 - color contains mainly: red. Hex color #503E17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503E17 is #AFC1E8. Grayscale: #3F3F3F. Windows color (decimal): -11518441 or 1523280. OLE color: 1523280.
HSL color Cylindrical-coordinate representation of color #503E17: hue angle of 41.05º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #503E17 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 62 | 23 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.69 |
| HSL | 41.05º | 0.55% | 0.2% | - |
| HSV(B) | 41.05º | 0.71% | 0.31% | - |
| XYZ | 5.19 | 5.21 | 1.54 | - |
| YUV | 62.94 | 105.46 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 62 | 23 | 0 | 0.22 | 0.71 | 0.69 | 41.05 | 0.55 | 0.2 |
| Hex | 50 | 3E | 17 | 0 | 16 | 47 | 45 | 29 | 37 | 14 |
| Octal | 120 | 76 | 27 | 0 | 26 | 107 | 105 | 51 | 67 | 24 |
| Binary | 1010000 | 111110 | 10111 | 0 | 10110 | 1000111 | 1000101 | 101001 | 110111 | 10100 |
Color Harmonies of #503E17
Complementary color
Monochromatic Colors of #503E17
Black with #503E17
Text Example
Text Example
White with #503E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503E17; }
p { color: rgb(80,62,23); }
H1.HeaderClassName
{
color: #503E17;
}
.AnyTagClassName
{
color: #503E17;
}
</style>
background-color css
<style>
a { background-color: #503E17; }
a { background-color: rgb(80,62,23); }
div.DivClassName
{
background-color: #503E17;
}
.BgClassName
{
background-color: #503E17;
}
</style>
border-color css
<style>
span { border-color: #503E17; }
span { border-color: rgb(80,62,23); }
td.TdClassName
{
border-color: #503E17;
}
.TagClassName
{
border-color: #503E17;
}
</style>