Shades of Madras #503C12
Tints of Madras #503C12
RGB
CMYK
RGB Variations
Color information
#503C12 (or 0x503C12) is known color: Madras. HEX triplet: 50, 3C and 12. RGB value is (80,60,18). Sum of RGB (Red+Green+Blue) = 80+60+18=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 60 (23.83% from 255 or 37.97% from 158); Blue value is 18 (7.42% from 255 or 11.39% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #503C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503C12 is #AFC3ED. Grayscale: #3D3D3D. Windows color (decimal): -11518958 or 1195088. OLE color: 1195088.
HSL color Cylindrical-coordinate representation of color #503C12: hue angle of 40.65º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #503C12 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 60 | 18 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.69 |
| HSL | 40.65º | 0.63% | 0.19% | - |
| HSV(B) | 40.65º | 0.78% | 0.31% | - |
| XYZ | 5.03 | 4.98 | 1.27 | - |
| YUV | 61.19 | 103.63 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 18 | 0 | 0.25 | 0.78 | 0.69 | 40.65 | 0.63 | 0.19 |
| Hex | 50 | 3C | 12 | 0 | 19 | 4E | 45 | 29 | 3F | 13 |
| Octal | 120 | 74 | 22 | 0 | 31 | 116 | 105 | 51 | 77 | 23 |
| Binary | 1010000 | 111100 | 10010 | 0 | 11001 | 1001110 | 1000101 | 101001 | 111111 | 10011 |
Color Harmonies of #503C12
Complementary color
Monochromatic Colors of #503C12
Black with #503C12
Text Example
Text Example
White with #503C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503C12; }
p { color: rgb(80,60,18); }
H1.HeaderClassName
{
color: #503C12;
}
.AnyTagClassName
{
color: #503C12;
}
</style>
background-color css
<style>
a { background-color: #503C12; }
a { background-color: rgb(80,60,18); }
div.DivClassName
{
background-color: #503C12;
}
.BgClassName
{
background-color: #503C12;
}
</style>
border-color css
<style>
span { border-color: #503C12; }
span { border-color: rgb(80,60,18); }
td.TdClassName
{
border-color: #503C12;
}
.TagClassName
{
border-color: #503C12;
}
</style>