Shades of Madras #504412
Tints of Madras #504412
RGB
CMYK
RGB Variations
Color information
#504412 (or 0x504412) is known color: Madras. HEX triplet: 50, 44 and 12. RGB value is (80,68,18). Sum of RGB (Red+Green+Blue) = 80+68+18=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 68 (26.95% from 255 or 40.96% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 80 - color contains mainly: red. Hex color #504412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504412 is #AFBBED. Grayscale: #424242. Windows color (decimal): -11516910 or 1197136. OLE color: 1197136.
HSL color Cylindrical-coordinate representation of color #504412: hue angle of 48.39º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #504412 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 68 | 18 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.69 |
| HSL | 48.39º | 0.63% | 0.19% | - |
| HSV(B) | 48.39º | 0.78% | 0.31% | - |
| XYZ | 5.48 | 5.88 | 1.42 | - |
| YUV | 65.89 | 100.98 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 68 | 18 | 0 | 0.15 | 0.78 | 0.69 | 48.39 | 0.63 | 0.19 |
| Hex | 50 | 44 | 12 | 0 | F | 4E | 45 | 30 | 3F | 13 |
| Octal | 120 | 104 | 22 | 0 | 17 | 116 | 105 | 60 | 77 | 23 |
| Binary | 1010000 | 1000100 | 10010 | 0 | 1111 | 1001110 | 1000101 | 110000 | 111111 | 10011 |
Color Harmonies of #504412
Complementary color
Monochromatic Colors of #504412
Black with #504412
Text Example
Text Example
White with #504412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504412; }
p { color: rgb(80,68,18); }
H1.HeaderClassName
{
color: #504412;
}
.AnyTagClassName
{
color: #504412;
}
</style>
background-color css
<style>
a { background-color: #504412; }
a { background-color: rgb(80,68,18); }
div.DivClassName
{
background-color: #504412;
}
.BgClassName
{
background-color: #504412;
}
</style>
border-color css
<style>
span { border-color: #504412; }
span { border-color: rgb(80,68,18); }
td.TdClassName
{
border-color: #504412;
}
.TagClassName
{
border-color: #504412;
}
</style>