Shades of Madras #503F17
Tints of Madras #503F17
RGB
CMYK
RGB Variations
Color information
#503F17 (or 0x503F17) is known color: Madras. HEX triplet: 50, 3F and 17. RGB value is (80,63,23). Sum of RGB (Red+Green+Blue) = 80+63+23=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 63 (25% from 255 or 37.95% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #503F17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503F17 is #AFC0E8. Grayscale: #3F3F3F. Windows color (decimal): -11518185 or 1523536. OLE color: 1523536.
HSL color Cylindrical-coordinate representation of color #503F17: hue angle of 42.11º 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 #503F17 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 63 | 23 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.69 |
| HSL | 42.11º | 0.55% | 0.2% | - |
| HSV(B) | 42.11º | 0.71% | 0.31% | - |
| XYZ | 5.24 | 5.32 | 1.56 | - |
| YUV | 63.52 | 105.13 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 23 | 0 | 0.21 | 0.71 | 0.69 | 42.11 | 0.55 | 0.2 |
| Hex | 50 | 3F | 17 | 0 | 15 | 47 | 45 | 2A | 37 | 14 |
| Octal | 120 | 77 | 27 | 0 | 25 | 107 | 105 | 52 | 67 | 24 |
| Binary | 1010000 | 111111 | 10111 | 0 | 10101 | 1000111 | 1000101 | 101010 | 110111 | 10100 |
Color Harmonies of #503F17
Complementary color
Monochromatic Colors of #503F17
Black with #503F17
Text Example
Text Example
White with #503F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503F17; }
p { color: rgb(80,63,23); }
H1.HeaderClassName
{
color: #503F17;
}
.AnyTagClassName
{
color: #503F17;
}
</style>
background-color css
<style>
a { background-color: #503F17; }
a { background-color: rgb(80,63,23); }
div.DivClassName
{
background-color: #503F17;
}
.BgClassName
{
background-color: #503F17;
}
</style>
border-color css
<style>
span { border-color: #503F17; }
span { border-color: rgb(80,63,23); }
td.TdClassName
{
border-color: #503F17;
}
.TagClassName
{
border-color: #503F17;
}
</style>