Shades of Madras #513F08
Tints of Madras #513F08
RGB
CMYK
RGB Variations
Color information
#513F08 (or 0x513F08) is known color: Madras. HEX triplet: 51, 3F and 08. RGB value is (81,63,8). Sum of RGB (Red+Green+Blue) = 81+63+8=152 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.29% from 152); Green value is 63 (25% from 255 or 41.45% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 81 - color contains mainly: red. Hex color #513F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513F08 is #AEC0F7. Grayscale: #3E3E3E. Windows color (decimal): -11452664 or 540497. OLE color: 540497.
HSL color Cylindrical-coordinate representation of color #513F08: hue angle of 45.21º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #513F08 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 63 | 8 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.68 |
| HSL | 45.21º | 0.82% | 0.17% | - |
| HSV(B) | 45.21º | 0.9% | 0.32% | - |
| XYZ | 5.21 | 5.32 | 0.98 | - |
| YUV | 62.11 | 97.46 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 8 | 0 | 0.22 | 0.90 | 0.68 | 45.21 | 0.82 | 0.17 |
| Hex | 51 | 3F | 8 | 0 | 16 | 5A | 44 | 2D | 52 | 11 |
| Octal | 121 | 77 | 10 | 0 | 26 | 132 | 104 | 55 | 122 | 21 |
| Binary | 1010001 | 111111 | 1000 | 0 | 10110 | 1011010 | 1000100 | 101101 | 1010010 | 10001 |
Color Harmonies of #513F08
Complementary color
Monochromatic Colors of #513F08
Black with #513F08
Text Example
Text Example
White with #513F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513F08; }
p { color: rgb(81,63,8); }
H1.HeaderClassName
{
color: #513F08;
}
.AnyTagClassName
{
color: #513F08;
}
</style>
background-color css
<style>
a { background-color: #513F08; }
a { background-color: rgb(81,63,8); }
div.DivClassName
{
background-color: #513F08;
}
.BgClassName
{
background-color: #513F08;
}
</style>
border-color css
<style>
span { border-color: #513F08; }
span { border-color: rgb(81,63,8); }
td.TdClassName
{
border-color: #513F08;
}
.TagClassName
{
border-color: #513F08;
}
</style>