Shades of Madras #513F00
Tints of Madras #513F00
RGB
CMYK
RGB Variations
Color information
#513F00 (or 0x513F00) is known color: Madras. HEX triplet: 51, 3F and 00. RGB value is (81,63,0). Sum of RGB (Red+Green+Blue) = 81+63+0=144 (19% of max value = 765). Red value is 81 (32.03% from 255 or 56.25% from 144); Green value is 63 (25% from 255 or 43.75% from 144); Blue value is 0 (0.39% from 255 or 0% from 144); Max value from RGB is 81 - color contains mainly: red. Hex color #513F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513F00 is #AEC0FF. Grayscale: #3D3D3D. Windows color (decimal): -11452672 or 16209. OLE color: 16209.
HSL color Cylindrical-coordinate representation of color #513F00: hue angle of 46.67º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #513F00 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 63 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.68 |
| HSL | 46.67º | 1% | 0.16% | - |
| HSV(B) | 46.67º | 1% | 0.32% | - |
| XYZ | 5.17 | 5.3 | 0.75 | - |
| YUV | 61.2 | 93.46 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 0 | 0 | 0.22 | 1 | 0.68 | 46.67 | 1 | 0.16 |
| Hex | 51 | 3F | 0 | 0 | 16 | 64 | 44 | 2F | 64 | 10 |
| Octal | 121 | 77 | 0 | 0 | 26 | 144 | 104 | 57 | 144 | 20 |
| Binary | 1010001 | 111111 | 0 | 0 | 10110 | 1100100 | 1000100 | 101111 | 1100100 | 10000 |
Color Harmonies of #513F00
Complementary color
Monochromatic Colors of #513F00
Black with #513F00
Text Example
Text Example
White with #513F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513F00; }
p { color: rgb(81,63,0); }
H1.HeaderClassName
{
color: #513F00;
}
.AnyTagClassName
{
color: #513F00;
}
</style>
background-color css
<style>
a { background-color: #513F00; }
a { background-color: rgb(81,63,0); }
div.DivClassName
{
background-color: #513F00;
}
.BgClassName
{
background-color: #513F00;
}
</style>
border-color css
<style>
span { border-color: #513F00; }
span { border-color: rgb(81,63,0); }
td.TdClassName
{
border-color: #513F00;
}
.TagClassName
{
border-color: #513F00;
}
</style>