Shades of Madras #504606
Tints of Madras #504606
RGB
CMYK
RGB Variations
Color information
#504606 (or 0x504606) is known color: Madras. HEX triplet: 50, 46 and 06. RGB value is (80,70,6). Sum of RGB (Red+Green+Blue) = 80+70+6=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 6 (2.73% from 255 or 3.85% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #504606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504606 is #AFB9F9. Grayscale: #414141. Windows color (decimal): -11516410 or 411216. OLE color: 411216.
HSL color Cylindrical-coordinate representation of color #504606: hue angle of 51.89º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #504606 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 70 | 6 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.69 |
| HSL | 51.89º | 0.86% | 0.17% | - |
| HSV(B) | 51.89º | 0.93% | 0.31% | - |
| XYZ | 5.53 | 6.1 | 1.06 | - |
| YUV | 65.69 | 94.31 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 70 | 6 | 0 | 0.12 | 0.92 | 0.69 | 51.89 | 0.86 | 0.17 |
| Hex | 50 | 46 | 6 | 0 | C | 5C | 45 | 34 | 56 | 11 |
| Octal | 120 | 106 | 6 | 0 | 14 | 134 | 105 | 64 | 126 | 21 |
| Binary | 1010000 | 1000110 | 110 | 0 | 1100 | 1011100 | 1000101 | 110100 | 1010110 | 10001 |
Color Harmonies of #504606
Complementary color
Monochromatic Colors of #504606
Black with #504606
Text Example
Text Example
White with #504606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504606; }
p { color: rgb(80,70,6); }
H1.HeaderClassName
{
color: #504606;
}
.AnyTagClassName
{
color: #504606;
}
</style>
background-color css
<style>
a { background-color: #504606; }
a { background-color: rgb(80,70,6); }
div.DivClassName
{
background-color: #504606;
}
.BgClassName
{
background-color: #504606;
}
</style>
border-color css
<style>
span { border-color: #504606; }
span { border-color: rgb(80,70,6); }
td.TdClassName
{
border-color: #504606;
}
.TagClassName
{
border-color: #504606;
}
</style>