Shades of Madras #513E17
Tints of Madras #513E17
RGB
CMYK
RGB Variations
Color information
#513E17 (or 0x513E17) is known color: Madras. HEX triplet: 51, 3E and 17. RGB value is (81,62,23). Sum of RGB (Red+Green+Blue) = 81+62+23=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 62 (24.61% from 255 or 37.35% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #513E17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513E17 is #AEC1E8. Grayscale: #3F3F3F. Windows color (decimal): -11452905 or 1523281. OLE color: 1523281.
HSL color Cylindrical-coordinate representation of color #513E17: hue angle of 40.34º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #513E17 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 62 | 23 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.68 |
| HSL | 40.34º | 0.56% | 0.2% | - |
| HSV(B) | 40.34º | 0.72% | 0.32% | - |
| XYZ | 5.27 | 5.26 | 1.55 | - |
| YUV | 63.24 | 105.29 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 62 | 23 | 0 | 0.23 | 0.72 | 0.68 | 40.34 | 0.56 | 0.2 |
| Hex | 51 | 3E | 17 | 0 | 17 | 48 | 44 | 28 | 38 | 14 |
| Octal | 121 | 76 | 27 | 0 | 27 | 110 | 104 | 50 | 70 | 24 |
| Binary | 1010001 | 111110 | 10111 | 0 | 10111 | 1001000 | 1000100 | 101000 | 111000 | 10100 |
Color Harmonies of #513E17
Complementary color
Monochromatic Colors of #513E17
Black with #513E17
Text Example
Text Example
White with #513E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513E17; }
p { color: rgb(81,62,23); }
H1.HeaderClassName
{
color: #513E17;
}
.AnyTagClassName
{
color: #513E17;
}
</style>
background-color css
<style>
a { background-color: #513E17; }
a { background-color: rgb(81,62,23); }
div.DivClassName
{
background-color: #513E17;
}
.BgClassName
{
background-color: #513E17;
}
</style>
border-color css
<style>
span { border-color: #513E17; }
span { border-color: rgb(81,62,23); }
td.TdClassName
{
border-color: #513E17;
}
.TagClassName
{
border-color: #513E17;
}
</style>