Shades of Madras #504314
Tints of Madras #504314
RGB
CMYK
RGB Variations
Color information
#504314 (or 0x504314) is known color: Madras. HEX triplet: 50, 43 and 14. RGB value is (80,67,20). Sum of RGB (Red+Green+Blue) = 80+67+20=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 67 (26.56% from 255 or 40.12% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #504314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504314 is #AFBCEB. Grayscale: #414141. Windows color (decimal): -11517164 or 1327952. OLE color: 1327952.
HSL color Cylindrical-coordinate representation of color #504314: hue angle of 47º 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 #504314 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 67 | 20 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.69 |
| HSL | 47º | 0.6% | 0.2% | - |
| HSV(B) | 47º | 0.75% | 0.31% | - |
| XYZ | 5.44 | 5.77 | 1.49 | - |
| YUV | 65.53 | 102.31 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 67 | 20 | 0 | 0.16 | 0.75 | 0.69 | 47 | 0.6 | 0.2 |
| Hex | 50 | 43 | 14 | 0 | 10 | 4B | 45 | 2F | 3C | 14 |
| Octal | 120 | 103 | 24 | 0 | 20 | 113 | 105 | 57 | 74 | 24 |
| Binary | 1010000 | 1000011 | 10100 | 0 | 10000 | 1001011 | 1000101 | 101111 | 111100 | 10100 |
Color Harmonies of #504314
Complementary color
Monochromatic Colors of #504314
Black with #504314
Text Example
Text Example
White with #504314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504314; }
p { color: rgb(80,67,20); }
H1.HeaderClassName
{
color: #504314;
}
.AnyTagClassName
{
color: #504314;
}
</style>
background-color css
<style>
a { background-color: #504314; }
a { background-color: rgb(80,67,20); }
div.DivClassName
{
background-color: #504314;
}
.BgClassName
{
background-color: #504314;
}
</style>
border-color css
<style>
span { border-color: #504314; }
span { border-color: rgb(80,67,20); }
td.TdClassName
{
border-color: #504314;
}
.TagClassName
{
border-color: #504314;
}
</style>