Shades of Madras #503C18
Tints of Madras #503C18
RGB
CMYK
RGB Variations
Color information
#503C18 (or 0x503C18) is known color: Madras. HEX triplet: 50, 3C and 18. RGB value is (80,60,24). Sum of RGB (Red+Green+Blue) = 80+60+24=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 24 (9.77% from 255 or 14.63% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #503C18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503C18 is #AFC3E7. Grayscale: #3E3E3E. Windows color (decimal): -11518952 or 1588304. OLE color: 1588304.
HSL color Cylindrical-coordinate representation of color #503C18: hue angle of 38.57º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #503C18 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 60 | 24 | - |
| CMYK | 0 | 0.25 | 0.70 | 0.69 |
| HSL | 38.57º | 0.54% | 0.2% | - |
| HSV(B) | 38.57º | 0.7% | 0.31% | - |
| XYZ | 5.09 | 5 | 1.56 | - |
| YUV | 61.88 | 106.63 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 24 | 0 | 0.25 | 0.70 | 0.69 | 38.57 | 0.54 | 0.2 |
| Hex | 50 | 3C | 18 | 0 | 19 | 46 | 45 | 27 | 36 | 14 |
| Octal | 120 | 74 | 30 | 0 | 31 | 106 | 105 | 47 | 66 | 24 |
| Binary | 1010000 | 111100 | 11000 | 0 | 11001 | 1000110 | 1000101 | 100111 | 110110 | 10100 |
Color Harmonies of #503C18
Complementary color
Monochromatic Colors of #503C18
Black with #503C18
Text Example
Text Example
White with #503C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503C18; }
p { color: rgb(80,60,24); }
H1.HeaderClassName
{
color: #503C18;
}
.AnyTagClassName
{
color: #503C18;
}
</style>
background-color css
<style>
a { background-color: #503C18; }
a { background-color: rgb(80,60,24); }
div.DivClassName
{
background-color: #503C18;
}
.BgClassName
{
background-color: #503C18;
}
</style>
border-color css
<style>
span { border-color: #503C18; }
span { border-color: rgb(80,60,24); }
td.TdClassName
{
border-color: #503C18;
}
.TagClassName
{
border-color: #503C18;
}
</style>