Shades of Madras #503E0A
Tints of Madras #503E0A
RGB
CMYK
RGB Variations
Color information
#503E0A (or 0x503E0A) is known color: Madras. HEX triplet: 50, 3E and 0A. RGB value is (80,62,10). Sum of RGB (Red+Green+Blue) = 80+62+10=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 62 (24.61% from 255 or 40.79% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #503E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503E0A is #AFC1F5. Grayscale: #3D3D3D. Windows color (decimal): -11518454 or 671312. OLE color: 671312.
HSL color Cylindrical-coordinate representation of color #503E0A: hue angle of 44.57º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #503E0A is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 62 | 10 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.69 |
| HSL | 44.57º | 0.78% | 0.18% | - |
| HSV(B) | 44.57º | 0.88% | 0.31% | - |
| XYZ | 5.09 | 5.17 | 1.02 | - |
| YUV | 61.45 | 98.96 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 62 | 10 | 0 | 0.22 | 0.87 | 0.69 | 44.57 | 0.78 | 0.18 |
| Hex | 50 | 3E | A | 0 | 16 | 57 | 45 | 2D | 4E | 12 |
| Octal | 120 | 76 | 12 | 0 | 26 | 127 | 105 | 55 | 116 | 22 |
| Binary | 1010000 | 111110 | 1010 | 0 | 10110 | 1010111 | 1000101 | 101101 | 1001110 | 10010 |
Color Harmonies of #503E0A
Complementary color
Monochromatic Colors of #503E0A
Black with #503E0A
Text Example
Text Example
White with #503E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503E0A; }
p { color: rgb(80,62,10); }
H1.HeaderClassName
{
color: #503E0A;
}
.AnyTagClassName
{
color: #503E0A;
}
</style>
background-color css
<style>
a { background-color: #503E0A; }
a { background-color: rgb(80,62,10); }
div.DivClassName
{
background-color: #503E0A;
}
.BgClassName
{
background-color: #503E0A;
}
</style>
border-color css
<style>
span { border-color: #503E0A; }
span { border-color: rgb(80,62,10); }
td.TdClassName
{
border-color: #503E0A;
}
.TagClassName
{
border-color: #503E0A;
}
</style>