Shades of Madras #503D0A
Tints of Madras #503D0A
RGB
CMYK
RGB Variations
Color information
#503D0A (or 0x503D0A) is known color: Madras. HEX triplet: 50, 3D and 0A. RGB value is (80,61,10). Sum of RGB (Red+Green+Blue) = 80+61+10=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 61 (24.22% from 255 or 40.40% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #503D0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503D0A is #AFC2F5. Grayscale: #3D3D3D. Windows color (decimal): -11518710 or 671056. OLE color: 671056.
HSL color Cylindrical-coordinate representation of color #503D0A: hue angle of 43.71º 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 #503D0A is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 61 | 10 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.69 |
| HSL | 43.71º | 0.78% | 0.18% | - |
| HSV(B) | 43.71º | 0.88% | 0.31% | - |
| XYZ | 5.03 | 5.06 | 1 | - |
| YUV | 60.87 | 99.29 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 10 | 0 | 0.24 | 0.87 | 0.69 | 43.71 | 0.78 | 0.18 |
| Hex | 50 | 3D | A | 0 | 18 | 57 | 45 | 2C | 4E | 12 |
| Octal | 120 | 75 | 12 | 0 | 30 | 127 | 105 | 54 | 116 | 22 |
| Binary | 1010000 | 111101 | 1010 | 0 | 11000 | 1010111 | 1000101 | 101100 | 1001110 | 10010 |
Color Harmonies of #503D0A
Complementary color
Monochromatic Colors of #503D0A
Black with #503D0A
Text Example
Text Example
White with #503D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503D0A; }
p { color: rgb(80,61,10); }
H1.HeaderClassName
{
color: #503D0A;
}
.AnyTagClassName
{
color: #503D0A;
}
</style>
background-color css
<style>
a { background-color: #503D0A; }
a { background-color: rgb(80,61,10); }
div.DivClassName
{
background-color: #503D0A;
}
.BgClassName
{
background-color: #503D0A;
}
</style>
border-color css
<style>
span { border-color: #503D0A; }
span { border-color: rgb(80,61,10); }
td.TdClassName
{
border-color: #503D0A;
}
.TagClassName
{
border-color: #503D0A;
}
</style>