Shades of Madras #504504
Tints of Madras #504504
RGB
CMYK
RGB Variations
Color information
#504504 (or 0x504504) is known color: Madras. HEX triplet: 50, 45 and 04. RGB value is (80,69,4). Sum of RGB (Red+Green+Blue) = 80+69+4=153 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.29% from 153); Green value is 69 (27.34% from 255 or 45.10% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 80 - color contains mainly: red. Hex color #504504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504504 is #AFBAFB. Grayscale: #414141. Windows color (decimal): -11516668 or 279888. OLE color: 279888.
HSL color Cylindrical-coordinate representation of color #504504: hue angle of 51.32º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #504504 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 69 | 4 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.69 |
| HSL | 51.32º | 0.9% | 0.16% | - |
| HSV(B) | 51.32º | 0.95% | 0.31% | - |
| XYZ | 5.46 | 5.97 | 0.98 | - |
| YUV | 64.88 | 93.64 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 69 | 4 | 0 | 0.14 | 0.95 | 0.69 | 51.32 | 0.9 | 0.16 |
| Hex | 50 | 45 | 4 | 0 | E | 5F | 45 | 33 | 5A | 10 |
| Octal | 120 | 105 | 4 | 0 | 16 | 137 | 105 | 63 | 132 | 20 |
| Binary | 1010000 | 1000101 | 100 | 0 | 1110 | 1011111 | 1000101 | 110011 | 1011010 | 10000 |
Color Harmonies of #504504
Complementary color
Monochromatic Colors of #504504
Black with #504504
Text Example
Text Example
White with #504504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504504; }
p { color: rgb(80,69,4); }
H1.HeaderClassName
{
color: #504504;
}
.AnyTagClassName
{
color: #504504;
}
</style>
background-color css
<style>
a { background-color: #504504; }
a { background-color: rgb(80,69,4); }
div.DivClassName
{
background-color: #504504;
}
.BgClassName
{
background-color: #504504;
}
</style>
border-color css
<style>
span { border-color: #504504; }
span { border-color: rgb(80,69,4); }
td.TdClassName
{
border-color: #504504;
}
.TagClassName
{
border-color: #504504;
}
</style>