Shades of Madras #504211
Tints of Madras #504211
RGB
CMYK
RGB Variations
Color information
#504211 (or 0x504211) is known color: Madras. HEX triplet: 50, 42 and 11. RGB value is (80,66,17). Sum of RGB (Red+Green+Blue) = 80+66+17=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #504211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504211 is #AFBDEE. Grayscale: #404040. Windows color (decimal): -11517423 or 1131088. OLE color: 1131088.
HSL color Cylindrical-coordinate representation of color #504211: hue angle of 46.67º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #504211 is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 66 | 17 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.69 |
| HSL | 46.67º | 0.65% | 0.19% | - |
| HSV(B) | 46.67º | 0.79% | 0.31% | - |
| XYZ | 5.36 | 5.64 | 1.34 | - |
| YUV | 64.6 | 101.14 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 66 | 17 | 0 | 0.17 | 0.79 | 0.69 | 46.67 | 0.65 | 0.19 |
| Hex | 50 | 42 | 11 | 0 | 11 | 4F | 45 | 2F | 41 | 13 |
| Octal | 120 | 102 | 21 | 0 | 21 | 117 | 105 | 57 | 101 | 23 |
| Binary | 1010000 | 1000010 | 10001 | 0 | 10001 | 1001111 | 1000101 | 101111 | 1000001 | 10011 |
Color Harmonies of #504211
Complementary color
Monochromatic Colors of #504211
Black with #504211
Text Example
Text Example
White with #504211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504211; }
p { color: rgb(80,66,17); }
H1.HeaderClassName
{
color: #504211;
}
.AnyTagClassName
{
color: #504211;
}
</style>
background-color css
<style>
a { background-color: #504211; }
a { background-color: rgb(80,66,17); }
div.DivClassName
{
background-color: #504211;
}
.BgClassName
{
background-color: #504211;
}
</style>
border-color css
<style>
span { border-color: #504211; }
span { border-color: rgb(80,66,17); }
td.TdClassName
{
border-color: #504211;
}
.TagClassName
{
border-color: #504211;
}
</style>