Shades of Madras #513A11
Tints of Madras #513A11
RGB
CMYK
RGB Variations
Color information
#513A11 (or 0x513A11) is known color: Madras. HEX triplet: 51, 3A and 11. RGB value is (81,58,17). Sum of RGB (Red+Green+Blue) = 81+58+17=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 17 (7.03% from 255 or 10.90% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #513A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513A11 is #AEC5EE. Grayscale: #3C3C3C. Windows color (decimal): -11453935 or 1129041. OLE color: 1129041.
HSL color Cylindrical-coordinate representation of color #513A11: hue angle of 38.44º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #513A11 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 58 | 17 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.68 |
| HSL | 38.44º | 0.65% | 0.19% | - |
| HSV(B) | 38.44º | 0.79% | 0.32% | - |
| XYZ | 5.01 | 4.82 | 1.2 | - |
| YUV | 60.2 | 103.62 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 58 | 17 | 0 | 0.28 | 0.79 | 0.68 | 38.44 | 0.65 | 0.19 |
| Hex | 51 | 3A | 11 | 0 | 1C | 4F | 44 | 26 | 41 | 13 |
| Octal | 121 | 72 | 21 | 0 | 34 | 117 | 104 | 46 | 101 | 23 |
| Binary | 1010001 | 111010 | 10001 | 0 | 11100 | 1001111 | 1000100 | 100110 | 1000001 | 10011 |
Color Harmonies of #513A11
Complementary color
Monochromatic Colors of #513A11
Black with #513A11
Text Example
Text Example
White with #513A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513A11; }
p { color: rgb(81,58,17); }
H1.HeaderClassName
{
color: #513A11;
}
.AnyTagClassName
{
color: #513A11;
}
</style>
background-color css
<style>
a { background-color: #513A11; }
a { background-color: rgb(81,58,17); }
div.DivClassName
{
background-color: #513A11;
}
.BgClassName
{
background-color: #513A11;
}
</style>
border-color css
<style>
span { border-color: #513A11; }
span { border-color: rgb(81,58,17); }
td.TdClassName
{
border-color: #513A11;
}
.TagClassName
{
border-color: #513A11;
}
</style>