Shades of Madras #503E1E
Tints of Madras #503E1E
RGB
CMYK
RGB Variations
Color information
#503E1E (or 0x503E1E) is known color: Madras. HEX triplet: 50, 3E and 1E. RGB value is (80,62,30). Sum of RGB (Red+Green+Blue) = 80+62+30=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 62 (24.61% from 255 or 36.05% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #503E1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503E1E is #AFC1E1. Grayscale: #3F3F3F. Windows color (decimal): -11518434 or 1982032. OLE color: 1982032.
HSL color Cylindrical-coordinate representation of color #503E1E: hue angle of 38.4º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #503E1E is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 62 | 30 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.69 |
| HSL | 38.4º | 0.45% | 0.22% | - |
| HSV(B) | 38.4º | 0.63% | 0.31% | - |
| XYZ | 5.27 | 5.24 | 1.96 | - |
| YUV | 63.73 | 108.96 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 62 | 30 | 0 | 0.22 | 0.62 | 0.69 | 38.4 | 0.45 | 0.22 |
| Hex | 50 | 3E | 1E | 0 | 16 | 3E | 45 | 26 | 2D | 16 |
| Octal | 120 | 76 | 36 | 0 | 26 | 76 | 105 | 46 | 55 | 26 |
| Binary | 1010000 | 111110 | 11110 | 0 | 10110 | 111110 | 1000101 | 100110 | 101101 | 10110 |
Color Harmonies of #503E1E
Complementary color
Monochromatic Colors of #503E1E
Black with #503E1E
Text Example
Text Example
White with #503E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503E1E; }
p { color: rgb(80,62,30); }
H1.HeaderClassName
{
color: #503E1E;
}
.AnyTagClassName
{
color: #503E1E;
}
</style>
background-color css
<style>
a { background-color: #503E1E; }
a { background-color: rgb(80,62,30); }
div.DivClassName
{
background-color: #503E1E;
}
.BgClassName
{
background-color: #503E1E;
}
</style>
border-color css
<style>
span { border-color: #503E1E; }
span { border-color: rgb(80,62,30); }
td.TdClassName
{
border-color: #503E1E;
}
.TagClassName
{
border-color: #503E1E;
}
</style>