Shades of Madras #503A05
Tints of Madras #503A05
RGB
CMYK
RGB Variations
Color information
#503A05 (or 0x503A05) is known color: Madras. HEX triplet: 50, 3A and 05. RGB value is (80,58,5). Sum of RGB (Red+Green+Blue) = 80+58+5=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 58 (23.05% from 255 or 40.56% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #503A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503A05 is #AFC5FA. Grayscale: #3A3A3A. Windows color (decimal): -11519483 or 342608. OLE color: 342608.
HSL color Cylindrical-coordinate representation of color #503A05: hue angle of 42.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #503A05 is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 58 | 5 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.69 |
| HSL | 42.4º | 0.88% | 0.17% | - |
| HSV(B) | 42.4º | 0.94% | 0.31% | - |
| XYZ | 4.85 | 4.74 | 0.8 | - |
| YUV | 58.54 | 97.79 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 58 | 5 | 0 | 0.28 | 0.94 | 0.69 | 42.4 | 0.88 | 0.17 |
| Hex | 50 | 3A | 5 | 0 | 1C | 5E | 45 | 2A | 58 | 11 |
| Octal | 120 | 72 | 5 | 0 | 34 | 136 | 105 | 52 | 130 | 21 |
| Binary | 1010000 | 111010 | 101 | 0 | 11100 | 1011110 | 1000101 | 101010 | 1011000 | 10001 |
Color Harmonies of #503A05
Complementary color
Monochromatic Colors of #503A05
Black with #503A05
Text Example
Text Example
White with #503A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503A05; }
p { color: rgb(80,58,5); }
H1.HeaderClassName
{
color: #503A05;
}
.AnyTagClassName
{
color: #503A05;
}
</style>
background-color css
<style>
a { background-color: #503A05; }
a { background-color: rgb(80,58,5); }
div.DivClassName
{
background-color: #503A05;
}
.BgClassName
{
background-color: #503A05;
}
</style>
border-color css
<style>
span { border-color: #503A05; }
span { border-color: rgb(80,58,5); }
td.TdClassName
{
border-color: #503A05;
}
.TagClassName
{
border-color: #503A05;
}
</style>