Shades of Madras #504505
Tints of Madras #504505
RGB
CMYK
RGB Variations
Color information
#504505 (or 0x504505) is known color: Madras. HEX triplet: 50, 45 and 05. RGB value is (80,69,5). Sum of RGB (Red+Green+Blue) = 80+69+5=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 69 (27.34% from 255 or 44.81% from 154); Blue value is 5 (2.34% from 255 or 3.25% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #504505 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504505 is #AFBAFA. Grayscale: #414141. Windows color (decimal): -11516667 or 345424. OLE color: 345424.
HSL color Cylindrical-coordinate representation of color #504505: hue angle of 51.2º 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 #504505 is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 69 | 5 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.69 |
| HSL | 51.2º | 0.88% | 0.17% | - |
| HSV(B) | 51.2º | 0.94% | 0.31% | - |
| XYZ | 5.46 | 5.97 | 1.01 | - |
| YUV | 64.99 | 94.14 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 69 | 5 | 0 | 0.14 | 0.94 | 0.69 | 51.2 | 0.88 | 0.17 |
| Hex | 50 | 45 | 5 | 0 | E | 5E | 45 | 33 | 58 | 11 |
| Octal | 120 | 105 | 5 | 0 | 16 | 136 | 105 | 63 | 130 | 21 |
| Binary | 1010000 | 1000101 | 101 | 0 | 1110 | 1011110 | 1000101 | 110011 | 1011000 | 10001 |
Color Harmonies of #504505
Complementary color
Monochromatic Colors of #504505
Black with #504505
Text Example
Text Example
White with #504505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504505; }
p { color: rgb(80,69,5); }
H1.HeaderClassName
{
color: #504505;
}
.AnyTagClassName
{
color: #504505;
}
</style>
background-color css
<style>
a { background-color: #504505; }
a { background-color: rgb(80,69,5); }
div.DivClassName
{
background-color: #504505;
}
.BgClassName
{
background-color: #504505;
}
</style>
border-color css
<style>
span { border-color: #504505; }
span { border-color: rgb(80,69,5); }
td.TdClassName
{
border-color: #504505;
}
.TagClassName
{
border-color: #504505;
}
</style>