Shades of Madras #504605
Tints of Madras #504605
RGB
CMYK
RGB Variations
Color information
#504605 (or 0x504605) is known color: Madras. HEX triplet: 50, 46 and 05. RGB value is (80,70,5). Sum of RGB (Red+Green+Blue) = 80+70+5=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #504605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504605 is #AFB9FA. Grayscale: #414141. Windows color (decimal): -11516411 or 345680. OLE color: 345680.
HSL color Cylindrical-coordinate representation of color #504605: hue angle of 52º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #504605 is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 70 | 5 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.69 |
| HSL | 52º | 0.88% | 0.17% | - |
| HSV(B) | 52º | 0.94% | 0.31% | - |
| XYZ | 5.53 | 6.1 | 1.03 | - |
| YUV | 65.58 | 93.81 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 70 | 5 | 0 | 0.12 | 0.94 | 0.69 | 52 | 0.88 | 0.17 |
| Hex | 50 | 46 | 5 | 0 | C | 5E | 45 | 34 | 58 | 11 |
| Octal | 120 | 106 | 5 | 0 | 14 | 136 | 105 | 64 | 130 | 21 |
| Binary | 1010000 | 1000110 | 101 | 0 | 1100 | 1011110 | 1000101 | 110100 | 1011000 | 10001 |
Color Harmonies of #504605
Complementary color
Monochromatic Colors of #504605
Black with #504605
Text Example
Text Example
White with #504605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504605; }
p { color: rgb(80,70,5); }
H1.HeaderClassName
{
color: #504605;
}
.AnyTagClassName
{
color: #504605;
}
</style>
background-color css
<style>
a { background-color: #504605; }
a { background-color: rgb(80,70,5); }
div.DivClassName
{
background-color: #504605;
}
.BgClassName
{
background-color: #504605;
}
</style>
border-color css
<style>
span { border-color: #504605; }
span { border-color: rgb(80,70,5); }
td.TdClassName
{
border-color: #504605;
}
.TagClassName
{
border-color: #504605;
}
</style>