Shades of Madras #513E13
Tints of Madras #513E13
RGB
CMYK
RGB Variations
Color information
#513E13 (or 0x513E13) is known color: Madras. HEX triplet: 51, 3E and 13. RGB value is (81,62,19). Sum of RGB (Red+Green+Blue) = 81+62+19=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 62 (24.61% from 255 or 38.27% from 162); Blue value is 19 (7.81% from 255 or 11.73% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #513E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513E13 is #AEC1EC. Grayscale: #3E3E3E. Windows color (decimal): -11452909 or 1261137. OLE color: 1261137.
HSL color Cylindrical-coordinate representation of color #513E13: hue angle of 41.61º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #513E13 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 62 | 19 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.68 |
| HSL | 41.61º | 0.62% | 0.2% | - |
| HSV(B) | 41.61º | 0.77% | 0.32% | - |
| XYZ | 5.23 | 5.24 | 1.35 | - |
| YUV | 62.78 | 103.29 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 62 | 19 | 0 | 0.23 | 0.77 | 0.68 | 41.61 | 0.62 | 0.2 |
| Hex | 51 | 3E | 13 | 0 | 17 | 4D | 44 | 2A | 3E | 14 |
| Octal | 121 | 76 | 23 | 0 | 27 | 115 | 104 | 52 | 76 | 24 |
| Binary | 1010001 | 111110 | 10011 | 0 | 10111 | 1001101 | 1000100 | 101010 | 111110 | 10100 |
Color Harmonies of #513E13
Complementary color
Monochromatic Colors of #513E13
Black with #513E13
Text Example
Text Example
White with #513E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513E13; }
p { color: rgb(81,62,19); }
H1.HeaderClassName
{
color: #513E13;
}
.AnyTagClassName
{
color: #513E13;
}
</style>
background-color css
<style>
a { background-color: #513E13; }
a { background-color: rgb(81,62,19); }
div.DivClassName
{
background-color: #513E13;
}
.BgClassName
{
background-color: #513E13;
}
</style>
border-color css
<style>
span { border-color: #513E13; }
span { border-color: rgb(81,62,19); }
td.TdClassName
{
border-color: #513E13;
}
.TagClassName
{
border-color: #513E13;
}
</style>