Shades of Madras #503C16
Tints of Madras #503C16
RGB
CMYK
RGB Variations
Color information
#503C16 (or 0x503C16) is known color: Madras. HEX triplet: 50, 3C and 16. RGB value is (80,60,22). Sum of RGB (Red+Green+Blue) = 80+60+22=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 60 (23.83% from 255 or 37.04% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #503C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503C16 is #AFC3E9. Grayscale: #3D3D3D. Windows color (decimal): -11518954 or 1457232. OLE color: 1457232.
HSL color Cylindrical-coordinate representation of color #503C16: hue angle of 39.31º 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 #503C16 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 60 | 22 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.69 |
| HSL | 39.31º | 0.57% | 0.2% | - |
| HSV(B) | 39.31º | 0.73% | 0.31% | - |
| XYZ | 5.07 | 5 | 1.46 | - |
| YUV | 61.65 | 105.63 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 22 | 0 | 0.25 | 0.72 | 0.69 | 39.31 | 0.57 | 0.2 |
| Hex | 50 | 3C | 16 | 0 | 19 | 48 | 45 | 27 | 39 | 14 |
| Octal | 120 | 74 | 26 | 0 | 31 | 110 | 105 | 47 | 71 | 24 |
| Binary | 1010000 | 111100 | 10110 | 0 | 11001 | 1001000 | 1000101 | 100111 | 111001 | 10100 |
Color Harmonies of #503C16
Complementary color
Monochromatic Colors of #503C16
Black with #503C16
Text Example
Text Example
White with #503C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503C16; }
p { color: rgb(80,60,22); }
H1.HeaderClassName
{
color: #503C16;
}
.AnyTagClassName
{
color: #503C16;
}
</style>
background-color css
<style>
a { background-color: #503C16; }
a { background-color: rgb(80,60,22); }
div.DivClassName
{
background-color: #503C16;
}
.BgClassName
{
background-color: #503C16;
}
</style>
border-color css
<style>
span { border-color: #503C16; }
span { border-color: rgb(80,60,22); }
td.TdClassName
{
border-color: #503C16;
}
.TagClassName
{
border-color: #503C16;
}
</style>