Shades of Madras #503B16
Tints of Madras #503B16
RGB
CMYK
RGB Variations
Color information
#503B16 (or 0x503B16) is known color: Madras. HEX triplet: 50, 3B and 16. RGB value is (80,59,22). Sum of RGB (Red+Green+Blue) = 80+59+22=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 59 (23.44% from 255 or 36.65% from 161); Blue value is 22 (8.98% from 255 or 13.66% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #503B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503B16 is #AFC4E9. Grayscale: #3D3D3D. Windows color (decimal): -11519210 or 1456976. OLE color: 1456976.
HSL color Cylindrical-coordinate representation of color #503B16: hue angle of 38.28º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #503B16 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 59 | 22 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.69 |
| HSL | 38.28º | 0.57% | 0.2% | - |
| HSV(B) | 38.28º | 0.73% | 0.31% | - |
| XYZ | 5.02 | 4.89 | 1.44 | - |
| YUV | 61.06 | 105.96 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 22 | 0 | 0.26 | 0.72 | 0.69 | 38.28 | 0.57 | 0.2 |
| Hex | 50 | 3B | 16 | 0 | 1A | 48 | 45 | 26 | 39 | 14 |
| Octal | 120 | 73 | 26 | 0 | 32 | 110 | 105 | 46 | 71 | 24 |
| Binary | 1010000 | 111011 | 10110 | 0 | 11010 | 1001000 | 1000101 | 100110 | 111001 | 10100 |
Color Harmonies of #503B16
Complementary color
Monochromatic Colors of #503B16
Black with #503B16
Text Example
Text Example
White with #503B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503B16; }
p { color: rgb(80,59,22); }
H1.HeaderClassName
{
color: #503B16;
}
.AnyTagClassName
{
color: #503B16;
}
</style>
background-color css
<style>
a { background-color: #503B16; }
a { background-color: rgb(80,59,22); }
div.DivClassName
{
background-color: #503B16;
}
.BgClassName
{
background-color: #503B16;
}
</style>
border-color css
<style>
span { border-color: #503B16; }
span { border-color: rgb(80,59,22); }
td.TdClassName
{
border-color: #503B16;
}
.TagClassName
{
border-color: #503B16;
}
</style>