Shades of Madras #503C1A
Tints of Madras #503C1A
RGB
CMYK
RGB Variations
Color information
#503C1A (or 0x503C1A) is known color: Madras. HEX triplet: 50, 3C and 1A. RGB value is (80,60,26). Sum of RGB (Red+Green+Blue) = 80+60+26=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #503C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503C1A is #AFC3E5. Grayscale: #3E3E3E. Windows color (decimal): -11518950 or 1719376. OLE color: 1719376.
HSL color Cylindrical-coordinate representation of color #503C1A: hue angle of 37.78º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #503C1A is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 60 | 26 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.69 |
| HSL | 37.78º | 0.51% | 0.21% | - |
| HSV(B) | 37.78º | 0.68% | 0.31% | - |
| XYZ | 5.11 | 5.01 | 1.68 | - |
| YUV | 62.1 | 107.63 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 26 | 0 | 0.25 | 0.67 | 0.69 | 37.78 | 0.51 | 0.21 |
| Hex | 50 | 3C | 1A | 0 | 19 | 43 | 45 | 26 | 33 | 15 |
| Octal | 120 | 74 | 32 | 0 | 31 | 103 | 105 | 46 | 63 | 25 |
| Binary | 1010000 | 111100 | 11010 | 0 | 11001 | 1000011 | 1000101 | 100110 | 110011 | 10101 |
Color Harmonies of #503C1A
Complementary color
Monochromatic Colors of #503C1A
Black with #503C1A
Text Example
Text Example
White with #503C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503C1A; }
p { color: rgb(80,60,26); }
H1.HeaderClassName
{
color: #503C1A;
}
.AnyTagClassName
{
color: #503C1A;
}
</style>
background-color css
<style>
a { background-color: #503C1A; }
a { background-color: rgb(80,60,26); }
div.DivClassName
{
background-color: #503C1A;
}
.BgClassName
{
background-color: #503C1A;
}
</style>
border-color css
<style>
span { border-color: #503C1A; }
span { border-color: rgb(80,60,26); }
td.TdClassName
{
border-color: #503C1A;
}
.TagClassName
{
border-color: #503C1A;
}
</style>