Shades of Madras #513A05
Tints of Madras #513A05
RGB
CMYK
RGB Variations
Color information
#513A05 (or 0x513A05) is known color: Madras. HEX triplet: 51, 3A and 05. RGB value is (81,58,5). Sum of RGB (Red+Green+Blue) = 81+58+5=144 (19% of max value = 765). Red value is 81 (32.03% from 255 or 56.25% from 144); Green value is 58 (23.05% from 255 or 40.28% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 81 - color contains mainly: red. Hex color #513A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513A05 is #AEC5FA. Grayscale: #3B3B3B. Windows color (decimal): -11453947 or 342609. OLE color: 342609.
HSL color Cylindrical-coordinate representation of color #513A05: hue angle of 41.84º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #513A05 is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 58 | 5 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.68 |
| HSL | 41.84º | 0.88% | 0.17% | - |
| HSV(B) | 41.84º | 0.94% | 0.32% | - |
| XYZ | 4.93 | 4.79 | 0.81 | - |
| YUV | 58.84 | 97.62 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 58 | 5 | 0 | 0.28 | 0.94 | 0.68 | 41.84 | 0.88 | 0.17 |
| Hex | 51 | 3A | 5 | 0 | 1C | 5E | 44 | 2A | 58 | 11 |
| Octal | 121 | 72 | 5 | 0 | 34 | 136 | 104 | 52 | 130 | 21 |
| Binary | 1010001 | 111010 | 101 | 0 | 11100 | 1011110 | 1000100 | 101010 | 1011000 | 10001 |
Color Harmonies of #513A05
Complementary color
Monochromatic Colors of #513A05
Black with #513A05
Text Example
Text Example
White with #513A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513A05; }
p { color: rgb(81,58,5); }
H1.HeaderClassName
{
color: #513A05;
}
.AnyTagClassName
{
color: #513A05;
}
</style>
background-color css
<style>
a { background-color: #513A05; }
a { background-color: rgb(81,58,5); }
div.DivClassName
{
background-color: #513A05;
}
.BgClassName
{
background-color: #513A05;
}
</style>
border-color css
<style>
span { border-color: #513A05; }
span { border-color: rgb(81,58,5); }
td.TdClassName
{
border-color: #513A05;
}
.TagClassName
{
border-color: #513A05;
}
</style>