Shades of Madras #513E04
Tints of Madras #513E04
RGB
CMYK
RGB Variations
Color information
#513E04 (or 0x513E04) is known color: Madras. HEX triplet: 51, 3E and 04. RGB value is (81,62,4). Sum of RGB (Red+Green+Blue) = 81+62+4=147 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.10% from 147); Green value is 62 (24.61% from 255 or 42.18% from 147); Blue value is 4 (1.95% from 255 or 2.72% from 147); Max value from RGB is 81 - color contains mainly: red. Hex color #513E04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513E04 is #AEC1FB. Grayscale: #3D3D3D. Windows color (decimal): -11452924 or 278097. OLE color: 278097.
HSL color Cylindrical-coordinate representation of color #513E04: hue angle of 45.19º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #513E04 is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 62 | 4 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.68 |
| HSL | 45.19º | 0.91% | 0.17% | - |
| HSV(B) | 45.19º | 0.95% | 0.32% | - |
| XYZ | 5.14 | 5.2 | 0.85 | - |
| YUV | 61.07 | 95.79 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 62 | 4 | 0 | 0.23 | 0.95 | 0.68 | 45.19 | 0.91 | 0.17 |
| Hex | 51 | 3E | 4 | 0 | 17 | 5F | 44 | 2D | 5B | 11 |
| Octal | 121 | 76 | 4 | 0 | 27 | 137 | 104 | 55 | 133 | 21 |
| Binary | 1010001 | 111110 | 100 | 0 | 10111 | 1011111 | 1000100 | 101101 | 1011011 | 10001 |
Color Harmonies of #513E04
Complementary color
Monochromatic Colors of #513E04
Black with #513E04
Text Example
Text Example
White with #513E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513E04; }
p { color: rgb(81,62,4); }
H1.HeaderClassName
{
color: #513E04;
}
.AnyTagClassName
{
color: #513E04;
}
</style>
background-color css
<style>
a { background-color: #513E04; }
a { background-color: rgb(81,62,4); }
div.DivClassName
{
background-color: #513E04;
}
.BgClassName
{
background-color: #513E04;
}
</style>
border-color css
<style>
span { border-color: #513E04; }
span { border-color: rgb(81,62,4); }
td.TdClassName
{
border-color: #513E04;
}
.TagClassName
{
border-color: #513E04;
}
</style>