Shades of Madras #503C10
Tints of Madras #503C10
RGB
CMYK
RGB Variations
Color information
#503C10 (or 0x503C10) is known color: Madras. HEX triplet: 50, 3C and 10. RGB value is (80,60,16). Sum of RGB (Red+Green+Blue) = 80+60+16=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 60 (23.83% from 255 or 38.46% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #503C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503C10 is #AFC3EF. Grayscale: #3D3D3D. Windows color (decimal): -11518960 or 1064016. OLE color: 1064016.
HSL color Cylindrical-coordinate representation of color #503C10: hue angle of 41.25º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #503C10 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 60 | 16 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.69 |
| HSL | 41.25º | 0.67% | 0.19% | - |
| HSV(B) | 41.25º | 0.8% | 0.31% | - |
| XYZ | 5.02 | 4.97 | 1.19 | - |
| YUV | 60.96 | 102.63 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 16 | 0 | 0.25 | 0.80 | 0.69 | 41.25 | 0.67 | 0.19 |
| Hex | 50 | 3C | 10 | 0 | 19 | 50 | 45 | 29 | 43 | 13 |
| Octal | 120 | 74 | 20 | 0 | 31 | 120 | 105 | 51 | 103 | 23 |
| Binary | 1010000 | 111100 | 10000 | 0 | 11001 | 1010000 | 1000101 | 101001 | 1000011 | 10011 |
Color Harmonies of #503C10
Complementary color
Monochromatic Colors of #503C10
Black with #503C10
Text Example
Text Example
White with #503C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503C10; }
p { color: rgb(80,60,16); }
H1.HeaderClassName
{
color: #503C10;
}
.AnyTagClassName
{
color: #503C10;
}
</style>
background-color css
<style>
a { background-color: #503C10; }
a { background-color: rgb(80,60,16); }
div.DivClassName
{
background-color: #503C10;
}
.BgClassName
{
background-color: #503C10;
}
</style>
border-color css
<style>
span { border-color: #503C10; }
span { border-color: rgb(80,60,16); }
td.TdClassName
{
border-color: #503C10;
}
.TagClassName
{
border-color: #503C10;
}
</style>