Shades of Madras #503B12
Tints of Madras #503B12
RGB
CMYK
RGB Variations
Color information
#503B12 (or 0x503B12) is known color: Madras. HEX triplet: 50, 3B and 12. RGB value is (80,59,18). Sum of RGB (Red+Green+Blue) = 80+59+18=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 59 (23.44% from 255 or 37.58% from 157); Blue value is 18 (7.42% from 255 or 11.46% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #503B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503B12 is #AFC4ED. Grayscale: #3C3C3C. Windows color (decimal): -11519214 or 1194832. OLE color: 1194832.
HSL color Cylindrical-coordinate representation of color #503B12: hue angle of 39.68º 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 #503B12 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 59 | 18 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.69 |
| HSL | 39.68º | 0.63% | 0.19% | - |
| HSV(B) | 39.68º | 0.78% | 0.31% | - |
| XYZ | 4.98 | 4.88 | 1.25 | - |
| YUV | 60.61 | 103.96 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 59 | 18 | 0 | 0.26 | 0.78 | 0.69 | 39.68 | 0.63 | 0.19 |
| Hex | 50 | 3B | 12 | 0 | 1A | 4E | 45 | 28 | 3F | 13 |
| Octal | 120 | 73 | 22 | 0 | 32 | 116 | 105 | 50 | 77 | 23 |
| Binary | 1010000 | 111011 | 10010 | 0 | 11010 | 1001110 | 1000101 | 101000 | 111111 | 10011 |
Color Harmonies of #503B12
Complementary color
Monochromatic Colors of #503B12
Black with #503B12
Text Example
Text Example
White with #503B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503B12; }
p { color: rgb(80,59,18); }
H1.HeaderClassName
{
color: #503B12;
}
.AnyTagClassName
{
color: #503B12;
}
</style>
background-color css
<style>
a { background-color: #503B12; }
a { background-color: rgb(80,59,18); }
div.DivClassName
{
background-color: #503B12;
}
.BgClassName
{
background-color: #503B12;
}
</style>
border-color css
<style>
span { border-color: #503B12; }
span { border-color: rgb(80,59,18); }
td.TdClassName
{
border-color: #503B12;
}
.TagClassName
{
border-color: #503B12;
}
</style>