Shades of Madras #514412
Tints of Madras #514412
RGB
CMYK
RGB Variations
Color information
#514412 (or 0x514412) is known color: Madras. HEX triplet: 51, 44 and 12. RGB value is (81,68,18). Sum of RGB (Red+Green+Blue) = 81+68+18=167 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.50% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 18 (7.42% from 255 or 10.78% from 167); Max value from RGB is 81 - color contains mainly: red. Hex color #514412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514412 is #AEBBED. Grayscale: #424242. Windows color (decimal): -11451374 or 1197137. OLE color: 1197137.
HSL color Cylindrical-coordinate representation of color #514412: hue angle of 47.62º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #514412 is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 68 | 18 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.68 |
| HSL | 47.62º | 0.64% | 0.19% | - |
| HSV(B) | 47.62º | 0.78% | 0.32% | - |
| XYZ | 5.57 | 5.93 | 1.42 | - |
| YUV | 66.19 | 100.81 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 68 | 18 | 0 | 0.16 | 0.78 | 0.68 | 47.62 | 0.64 | 0.19 |
| Hex | 51 | 44 | 12 | 0 | 10 | 4E | 44 | 30 | 40 | 13 |
| Octal | 121 | 104 | 22 | 0 | 20 | 116 | 104 | 60 | 100 | 23 |
| Binary | 1010001 | 1000100 | 10010 | 0 | 10000 | 1001110 | 1000100 | 110000 | 1000000 | 10011 |
Color Harmonies of #514412
Complementary color
Monochromatic Colors of #514412
Black with #514412
Text Example
Text Example
White with #514412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514412; }
p { color: rgb(81,68,18); }
H1.HeaderClassName
{
color: #514412;
}
.AnyTagClassName
{
color: #514412;
}
</style>
background-color css
<style>
a { background-color: #514412; }
a { background-color: rgb(81,68,18); }
div.DivClassName
{
background-color: #514412;
}
.BgClassName
{
background-color: #514412;
}
</style>
border-color css
<style>
span { border-color: #514412; }
span { border-color: rgb(81,68,18); }
td.TdClassName
{
border-color: #514412;
}
.TagClassName
{
border-color: #514412;
}
</style>