Shades of Madras #503F12
Tints of Madras #503F12
RGB
CMYK
RGB Variations
Color information
#503F12 (or 0x503F12) is known color: Madras. HEX triplet: 50, 3F and 12. RGB value is (80,63,18). Sum of RGB (Red+Green+Blue) = 80+63+18=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 63 (25% from 255 or 39.13% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #503F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503F12 is #AFC0ED. Grayscale: #3F3F3F. Windows color (decimal): -11518190 or 1195856. OLE color: 1195856.
HSL color Cylindrical-coordinate representation of color #503F12: hue angle of 43.55º 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 #503F12 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 63 | 18 | - |
| CMYK | 0 | 0.21 | 0.78 | 0.69 |
| HSL | 43.55º | 0.63% | 0.19% | - |
| HSV(B) | 43.55º | 0.78% | 0.31% | - |
| XYZ | 5.19 | 5.3 | 1.32 | - |
| YUV | 62.95 | 102.63 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 18 | 0 | 0.21 | 0.78 | 0.69 | 43.55 | 0.63 | 0.19 |
| Hex | 50 | 3F | 12 | 0 | 15 | 4E | 45 | 2C | 3F | 13 |
| Octal | 120 | 77 | 22 | 0 | 25 | 116 | 105 | 54 | 77 | 23 |
| Binary | 1010000 | 111111 | 10010 | 0 | 10101 | 1001110 | 1000101 | 101100 | 111111 | 10011 |
Color Harmonies of #503F12
Complementary color
Monochromatic Colors of #503F12
Black with #503F12
Text Example
Text Example
White with #503F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503F12; }
p { color: rgb(80,63,18); }
H1.HeaderClassName
{
color: #503F12;
}
.AnyTagClassName
{
color: #503F12;
}
</style>
background-color css
<style>
a { background-color: #503F12; }
a { background-color: rgb(80,63,18); }
div.DivClassName
{
background-color: #503F12;
}
.BgClassName
{
background-color: #503F12;
}
</style>
border-color css
<style>
span { border-color: #503F12; }
span { border-color: rgb(80,63,18); }
td.TdClassName
{
border-color: #503F12;
}
.TagClassName
{
border-color: #503F12;
}
</style>