Shades of Madras #504407
Tints of Madras #504407
RGB
CMYK
RGB Variations
Color information
#504407 (or 0x504407) is known color: Madras. HEX triplet: 50, 44 and 07. RGB value is (80,68,7). Sum of RGB (Red+Green+Blue) = 80+68+7=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 7 (3.12% from 255 or 4.52% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #504407 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504407 is #AFBBF8. Grayscale: #404040. Windows color (decimal): -11516921 or 476240. OLE color: 476240.
HSL color Cylindrical-coordinate representation of color #504407: hue angle of 50.14º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #504407 is Cyan = 0, Magento = 0.15, Yellow = 0.91 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 68 | 7 | - |
| CMYK | 0 | 0.15 | 0.91 | 0.69 |
| HSL | 50.14º | 0.84% | 0.17% | - |
| HSV(B) | 50.14º | 0.91% | 0.31% | - |
| XYZ | 5.41 | 5.86 | 1.05 | - |
| YUV | 64.63 | 95.48 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 68 | 7 | 0 | 0.15 | 0.91 | 0.69 | 50.14 | 0.84 | 0.17 |
| Hex | 50 | 44 | 7 | 0 | F | 5B | 45 | 32 | 54 | 11 |
| Octal | 120 | 104 | 7 | 0 | 17 | 133 | 105 | 62 | 124 | 21 |
| Binary | 1010000 | 1000100 | 111 | 0 | 1111 | 1011011 | 1000101 | 110010 | 1010100 | 10001 |
Color Harmonies of #504407
Complementary color
Monochromatic Colors of #504407
Black with #504407
Text Example
Text Example
White with #504407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504407; }
p { color: rgb(80,68,7); }
H1.HeaderClassName
{
color: #504407;
}
.AnyTagClassName
{
color: #504407;
}
</style>
background-color css
<style>
a { background-color: #504407; }
a { background-color: rgb(80,68,7); }
div.DivClassName
{
background-color: #504407;
}
.BgClassName
{
background-color: #504407;
}
</style>
border-color css
<style>
span { border-color: #504407; }
span { border-color: rgb(80,68,7); }
td.TdClassName
{
border-color: #504407;
}
.TagClassName
{
border-color: #504407;
}
</style>