Shades of Madras #503D00
Tints of Madras #503D00
RGB
CMYK
RGB Variations
Color information
#503D00 (or 0x503D00) is known color: Madras. HEX triplet: 50, 3D and 00. RGB value is (80,61,0). Sum of RGB (Red+Green+Blue) = 80+61+0=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 61 (24.22% from 255 or 43.26% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #503D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503D00 is #AFC2FF. Grayscale: #3B3B3B. Windows color (decimal): -11518720 or 15696. OLE color: 15696.
HSL color Cylindrical-coordinate representation of color #503D00: hue angle of 45.75º 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 #503D00 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 61 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.69 |
| HSL | 45.75º | 1% | 0.16% | - |
| HSV(B) | 45.75º | 1% | 0.31% | - |
| XYZ | 4.98 | 5.04 | 0.71 | - |
| YUV | 59.73 | 94.29 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 0 | 0 | 0.24 | 1 | 0.69 | 45.75 | 1 | 0.16 |
| Hex | 50 | 3D | 0 | 0 | 18 | 64 | 45 | 2E | 64 | 10 |
| Octal | 120 | 75 | 0 | 0 | 30 | 144 | 105 | 56 | 144 | 20 |
| Binary | 1010000 | 111101 | 0 | 0 | 11000 | 1100100 | 1000101 | 101110 | 1100100 | 10000 |
Color Harmonies of #503D00
Complementary color
Monochromatic Colors of #503D00
Black with #503D00
Text Example
Text Example
White with #503D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503D00; }
p { color: rgb(80,61,0); }
H1.HeaderClassName
{
color: #503D00;
}
.AnyTagClassName
{
color: #503D00;
}
</style>
background-color css
<style>
a { background-color: #503D00; }
a { background-color: rgb(80,61,0); }
div.DivClassName
{
background-color: #503D00;
}
.BgClassName
{
background-color: #503D00;
}
</style>
border-color css
<style>
span { border-color: #503D00; }
span { border-color: rgb(80,61,0); }
td.TdClassName
{
border-color: #503D00;
}
.TagClassName
{
border-color: #503D00;
}
</style>