Shades of Madras #503D0E
Tints of Madras #503D0E
RGB
CMYK
RGB Variations
Color information
#503D0E (or 0x503D0E) is known color: Madras. HEX triplet: 50, 3D and 0E. RGB value is (80,61,14). Sum of RGB (Red+Green+Blue) = 80+61+14=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 61 (24.22% from 255 or 39.35% from 155); Blue value is 14 (5.86% from 255 or 9.03% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #503D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503D0E is #AFC2F1. Grayscale: #3D3D3D. Windows color (decimal): -11518706 or 933200. OLE color: 933200.
HSL color Cylindrical-coordinate representation of color #503D0E: hue angle of 42.73º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #503D0E is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 61 | 14 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.69 |
| HSL | 42.73º | 0.7% | 0.18% | - |
| HSV(B) | 42.73º | 0.83% | 0.31% | - |
| XYZ | 5.06 | 5.07 | 1.13 | - |
| YUV | 61.32 | 101.29 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 14 | 0 | 0.24 | 0.83 | 0.69 | 42.73 | 0.7 | 0.18 |
| Hex | 50 | 3D | E | 0 | 18 | 53 | 45 | 2B | 46 | 12 |
| Octal | 120 | 75 | 16 | 0 | 30 | 123 | 105 | 53 | 106 | 22 |
| Binary | 1010000 | 111101 | 1110 | 0 | 11000 | 1010011 | 1000101 | 101011 | 1000110 | 10010 |
Color Harmonies of #503D0E
Complementary color
Monochromatic Colors of #503D0E
Black with #503D0E
Text Example
Text Example
White with #503D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503D0E; }
p { color: rgb(80,61,14); }
H1.HeaderClassName
{
color: #503D0E;
}
.AnyTagClassName
{
color: #503D0E;
}
</style>
background-color css
<style>
a { background-color: #503D0E; }
a { background-color: rgb(80,61,14); }
div.DivClassName
{
background-color: #503D0E;
}
.BgClassName
{
background-color: #503D0E;
}
</style>
border-color css
<style>
span { border-color: #503D0E; }
span { border-color: rgb(80,61,14); }
td.TdClassName
{
border-color: #503D0E;
}
.TagClassName
{
border-color: #503D0E;
}
</style>