Shades of Madras #504414
Tints of Madras #504414
RGB
CMYK
RGB Variations
Color information
#504414 (or 0x504414) is known color: Madras. HEX triplet: 50, 44 and 14. RGB value is (80,68,20). Sum of RGB (Red+Green+Blue) = 80+68+20=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 68 (26.95% from 255 or 40.48% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #504414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504414 is #AFBBEB. Grayscale: #424242. Windows color (decimal): -11516908 or 1328208. OLE color: 1328208.
HSL color Cylindrical-coordinate representation of color #504414: hue angle of 48º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #504414 is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 68 | 20 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.69 |
| HSL | 48º | 0.6% | 0.2% | - |
| HSV(B) | 48º | 0.75% | 0.31% | - |
| XYZ | 5.5 | 5.89 | 1.51 | - |
| YUV | 66.12 | 101.98 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 68 | 20 | 0 | 0.15 | 0.75 | 0.69 | 48 | 0.6 | 0.2 |
| Hex | 50 | 44 | 14 | 0 | F | 4B | 45 | 30 | 3C | 14 |
| Octal | 120 | 104 | 24 | 0 | 17 | 113 | 105 | 60 | 74 | 24 |
| Binary | 1010000 | 1000100 | 10100 | 0 | 1111 | 1001011 | 1000101 | 110000 | 111100 | 10100 |
Color Harmonies of #504414
Complementary color
Monochromatic Colors of #504414
Black with #504414
Text Example
Text Example
White with #504414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504414; }
p { color: rgb(80,68,20); }
H1.HeaderClassName
{
color: #504414;
}
.AnyTagClassName
{
color: #504414;
}
</style>
background-color css
<style>
a { background-color: #504414; }
a { background-color: rgb(80,68,20); }
div.DivClassName
{
background-color: #504414;
}
.BgClassName
{
background-color: #504414;
}
</style>
border-color css
<style>
span { border-color: #504414; }
span { border-color: rgb(80,68,20); }
td.TdClassName
{
border-color: #504414;
}
.TagClassName
{
border-color: #504414;
}
</style>