Shades of Madras #503D05
Tints of Madras #503D05
RGB
CMYK
RGB Variations
Color information
#503D05 (or 0x503D05) is known color: Madras. HEX triplet: 50, 3D and 05. RGB value is (80,61,5). Sum of RGB (Red+Green+Blue) = 80+61+5=146 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.79% from 146); Green value is 61 (24.22% from 255 or 41.78% from 146); Blue value is 5 (2.34% from 255 or 3.42% from 146); Max value from RGB is 80 - color contains mainly: red. Hex color #503D05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503D05 is #AFC2FA. Grayscale: #3C3C3C. Windows color (decimal): -11518715 or 343376. OLE color: 343376.
HSL color Cylindrical-coordinate representation of color #503D05: hue angle of 44.8º 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 #503D05 is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 61 | 5 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.69 |
| HSL | 44.8º | 0.88% | 0.17% | - |
| HSV(B) | 44.8º | 0.94% | 0.31% | - |
| XYZ | 5 | 5.05 | 0.86 | - |
| YUV | 60.3 | 96.79 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 5 | 0 | 0.24 | 0.94 | 0.69 | 44.8 | 0.88 | 0.17 |
| Hex | 50 | 3D | 5 | 0 | 18 | 5E | 45 | 2D | 58 | 11 |
| Octal | 120 | 75 | 5 | 0 | 30 | 136 | 105 | 55 | 130 | 21 |
| Binary | 1010000 | 111101 | 101 | 0 | 11000 | 1011110 | 1000101 | 101101 | 1011000 | 10001 |
Color Harmonies of #503D05
Complementary color
Monochromatic Colors of #503D05
Black with #503D05
Text Example
Text Example
White with #503D05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503D05; }
p { color: rgb(80,61,5); }
H1.HeaderClassName
{
color: #503D05;
}
.AnyTagClassName
{
color: #503D05;
}
</style>
background-color css
<style>
a { background-color: #503D05; }
a { background-color: rgb(80,61,5); }
div.DivClassName
{
background-color: #503D05;
}
.BgClassName
{
background-color: #503D05;
}
</style>
border-color css
<style>
span { border-color: #503D05; }
span { border-color: rgb(80,61,5); }
td.TdClassName
{
border-color: #503D05;
}
.TagClassName
{
border-color: #503D05;
}
</style>