Shades of Madras #503F00
Tints of Madras #503F00
RGB
CMYK
RGB Variations
Color information
#503F00 (or 0x503F00) is known color: Madras. HEX triplet: 50, 3F and 00. RGB value is (80,63,0). Sum of RGB (Red+Green+Blue) = 80+63+0=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 63 (25% from 255 or 44.06% from 143); Blue value is 0 (0.39% from 255 or 0% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #503F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503F00 is #AFC0FF. Grayscale: #3D3D3D. Windows color (decimal): -11518208 or 16208. OLE color: 16208.
HSL color Cylindrical-coordinate representation of color #503F00: hue angle of 47.25º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #503F00 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 63 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.69 |
| HSL | 47.25º | 1% | 0.16% | - |
| HSV(B) | 47.25º | 1% | 0.31% | - |
| XYZ | 5.09 | 5.26 | 0.75 | - |
| YUV | 60.9 | 93.63 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 0 | 0 | 0.21 | 1 | 0.69 | 47.25 | 1 | 0.16 |
| Hex | 50 | 3F | 0 | 0 | 15 | 64 | 45 | 2F | 64 | 10 |
| Octal | 120 | 77 | 0 | 0 | 25 | 144 | 105 | 57 | 144 | 20 |
| Binary | 1010000 | 111111 | 0 | 0 | 10101 | 1100100 | 1000101 | 101111 | 1100100 | 10000 |
Color Harmonies of #503F00
Complementary color
Monochromatic Colors of #503F00
Black with #503F00
Text Example
Text Example
White with #503F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503F00; }
p { color: rgb(80,63,0); }
H1.HeaderClassName
{
color: #503F00;
}
.AnyTagClassName
{
color: #503F00;
}
</style>
background-color css
<style>
a { background-color: #503F00; }
a { background-color: rgb(80,63,0); }
div.DivClassName
{
background-color: #503F00;
}
.BgClassName
{
background-color: #503F00;
}
</style>
border-color css
<style>
span { border-color: #503F00; }
span { border-color: rgb(80,63,0); }
td.TdClassName
{
border-color: #503F00;
}
.TagClassName
{
border-color: #503F00;
}
</style>