Shades of Madras #503C0D
Tints of Madras #503C0D
RGB
CMYK
RGB Variations
Color information
#503C0D (or 0x503C0D) is known color: Madras. HEX triplet: 50, 3C and 0D. RGB value is (80,60,13). Sum of RGB (Red+Green+Blue) = 80+60+13=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 60 (23.83% from 255 or 39.22% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #503C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503C0D is #AFC3F2. Grayscale: #3C3C3C. Windows color (decimal): -11518963 or 867408. OLE color: 867408.
HSL color Cylindrical-coordinate representation of color #503C0D: hue angle of 42.09º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #503C0D is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 60 | 13 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.69 |
| HSL | 42.09º | 0.72% | 0.18% | - |
| HSV(B) | 42.09º | 0.84% | 0.31% | - |
| XYZ | 5 | 4.97 | 1.08 | - |
| YUV | 60.62 | 101.13 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 13 | 0 | 0.25 | 0.84 | 0.69 | 42.09 | 0.72 | 0.18 |
| Hex | 50 | 3C | D | 0 | 19 | 54 | 45 | 2A | 48 | 12 |
| Octal | 120 | 74 | 15 | 0 | 31 | 124 | 105 | 52 | 110 | 22 |
| Binary | 1010000 | 111100 | 1101 | 0 | 11001 | 1010100 | 1000101 | 101010 | 1001000 | 10010 |
Color Harmonies of #503C0D
Complementary color
Monochromatic Colors of #503C0D
Black with #503C0D
Text Example
Text Example
White with #503C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503C0D; }
p { color: rgb(80,60,13); }
H1.HeaderClassName
{
color: #503C0D;
}
.AnyTagClassName
{
color: #503C0D;
}
</style>
background-color css
<style>
a { background-color: #503C0D; }
a { background-color: rgb(80,60,13); }
div.DivClassName
{
background-color: #503C0D;
}
.BgClassName
{
background-color: #503C0D;
}
</style>
border-color css
<style>
span { border-color: #503C0D; }
span { border-color: rgb(80,60,13); }
td.TdClassName
{
border-color: #503C0D;
}
.TagClassName
{
border-color: #503C0D;
}
</style>