Shades of Madras #513F18
Tints of Madras #513F18
RGB
CMYK
RGB Variations
Color information
#513F18 (or 0x513F18) is known color: Madras. HEX triplet: 51, 3F and 18. RGB value is (81,63,24). Sum of RGB (Red+Green+Blue) = 81+63+24=168 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.21% from 168); Green value is 63 (25% from 255 or 37.5% from 168); Blue value is 24 (9.77% from 255 or 14.29% from 168); Max value from RGB is 81 - color contains mainly: red. Hex color #513F18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513F18 is #AEC0E7. Grayscale: #404040. Windows color (decimal): -11452648 or 1589073. OLE color: 1589073.
HSL color Cylindrical-coordinate representation of color #513F18: hue angle of 41.05º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #513F18 is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 63 | 24 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.68 |
| HSL | 41.05º | 0.54% | 0.21% | - |
| HSV(B) | 41.05º | 0.7% | 0.32% | - |
| XYZ | 5.34 | 5.37 | 1.62 | - |
| YUV | 63.94 | 105.46 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 24 | 0 | 0.22 | 0.70 | 0.68 | 41.05 | 0.54 | 0.21 |
| Hex | 51 | 3F | 18 | 0 | 16 | 46 | 44 | 29 | 36 | 15 |
| Octal | 121 | 77 | 30 | 0 | 26 | 106 | 104 | 51 | 66 | 25 |
| Binary | 1010001 | 111111 | 11000 | 0 | 10110 | 1000110 | 1000100 | 101001 | 110110 | 10101 |
Color Harmonies of #513F18
Complementary color
Monochromatic Colors of #513F18
Black with #513F18
Text Example
Text Example
White with #513F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513F18; }
p { color: rgb(81,63,24); }
H1.HeaderClassName
{
color: #513F18;
}
.AnyTagClassName
{
color: #513F18;
}
</style>
background-color css
<style>
a { background-color: #513F18; }
a { background-color: rgb(81,63,24); }
div.DivClassName
{
background-color: #513F18;
}
.BgClassName
{
background-color: #513F18;
}
</style>
border-color css
<style>
span { border-color: #513F18; }
span { border-color: rgb(81,63,24); }
td.TdClassName
{
border-color: #513F18;
}
.TagClassName
{
border-color: #513F18;
}
</style>