Shades of Madras #503C14
Tints of Madras #503C14
RGB
CMYK
RGB Variations
Color information
#503C14 (or 0x503C14) is known color: Madras. HEX triplet: 50, 3C and 14. RGB value is (80,60,20). Sum of RGB (Red+Green+Blue) = 80+60+20=160 (21% of max value = 765). Red value is 80 (31.64% from 255 or 50% from 160); Green value is 60 (23.83% from 255 or 37.5% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 80 - color contains mainly: red. Hex color #503C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503C14 is #AFC3EB. Grayscale: #3D3D3D. Windows color (decimal): -11518956 or 1326160. OLE color: 1326160.
HSL color Cylindrical-coordinate representation of color #503C14: hue angle of 40º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #503C14 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 60 | 20 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.69 |
| HSL | 40º | 0.6% | 0.2% | - |
| HSV(B) | 40º | 0.75% | 0.31% | - |
| XYZ | 5.05 | 4.99 | 1.36 | - |
| YUV | 61.42 | 104.63 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 20 | 0 | 0.25 | 0.75 | 0.69 | 40 | 0.6 | 0.2 |
| Hex | 50 | 3C | 14 | 0 | 19 | 4B | 45 | 28 | 3C | 14 |
| Octal | 120 | 74 | 24 | 0 | 31 | 113 | 105 | 50 | 74 | 24 |
| Binary | 1010000 | 111100 | 10100 | 0 | 11001 | 1001011 | 1000101 | 101000 | 111100 | 10100 |
Color Harmonies of #503C14
Complementary color
Monochromatic Colors of #503C14
Black with #503C14
Text Example
Text Example
White with #503C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503C14; }
p { color: rgb(80,60,20); }
H1.HeaderClassName
{
color: #503C14;
}
.AnyTagClassName
{
color: #503C14;
}
</style>
background-color css
<style>
a { background-color: #503C14; }
a { background-color: rgb(80,60,20); }
div.DivClassName
{
background-color: #503C14;
}
.BgClassName
{
background-color: #503C14;
}
</style>
border-color css
<style>
span { border-color: #503C14; }
span { border-color: rgb(80,60,20); }
td.TdClassName
{
border-color: #503C14;
}
.TagClassName
{
border-color: #503C14;
}
</style>