Shades of Madras #504209
Tints of Madras #504209
RGB
CMYK
RGB Variations
Color information
#504209 (or 0x504209) is known color: Madras. HEX triplet: 50, 42 and 09. RGB value is (80,66,9). Sum of RGB (Red+Green+Blue) = 80+66+9=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #504209 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504209 is #AFBDF6. Grayscale: #3F3F3F. Windows color (decimal): -11517431 or 606800. OLE color: 606800.
HSL color Cylindrical-coordinate representation of color #504209: hue angle of 48.17º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #504209 is Cyan = 0, Magento = 0.17, Yellow = 0.89 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 66 | 9 | - |
| CMYK | 0 | 0.17 | 0.89 | 0.69 |
| HSL | 48.17º | 0.8% | 0.17% | - |
| HSV(B) | 48.17º | 0.89% | 0.31% | - |
| XYZ | 5.31 | 5.62 | 1.06 | - |
| YUV | 63.69 | 97.14 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 66 | 9 | 0 | 0.17 | 0.89 | 0.69 | 48.17 | 0.8 | 0.17 |
| Hex | 50 | 42 | 9 | 0 | 11 | 59 | 45 | 30 | 50 | 11 |
| Octal | 120 | 102 | 11 | 0 | 21 | 131 | 105 | 60 | 120 | 21 |
| Binary | 1010000 | 1000010 | 1001 | 0 | 10001 | 1011001 | 1000101 | 110000 | 1010000 | 10001 |
Color Harmonies of #504209
Complementary color
Monochromatic Colors of #504209
Black with #504209
Text Example
Text Example
White with #504209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504209; }
p { color: rgb(80,66,9); }
H1.HeaderClassName
{
color: #504209;
}
.AnyTagClassName
{
color: #504209;
}
</style>
background-color css
<style>
a { background-color: #504209; }
a { background-color: rgb(80,66,9); }
div.DivClassName
{
background-color: #504209;
}
.BgClassName
{
background-color: #504209;
}
</style>
border-color css
<style>
span { border-color: #504209; }
span { border-color: rgb(80,66,9); }
td.TdClassName
{
border-color: #504209;
}
.TagClassName
{
border-color: #504209;
}
</style>