Shades of Madras #513C16
Tints of Madras #513C16
RGB
CMYK
RGB Variations
Color information
#513C16 (or 0x513C16) is known color: Madras. HEX triplet: 51, 3C and 16. RGB value is (81,60,22). Sum of RGB (Red+Green+Blue) = 81+60+22=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #513C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513C16 is #AEC3E9. Grayscale: #3E3E3E. Windows color (decimal): -11453418 or 1457233. OLE color: 1457233.
HSL color Cylindrical-coordinate representation of color #513C16: hue angle of 38.64º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #513C16 is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 60 | 22 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.68 |
| HSL | 38.64º | 0.57% | 0.2% | - |
| HSV(B) | 38.64º | 0.73% | 0.32% | - |
| XYZ | 5.15 | 5.04 | 1.46 | - |
| YUV | 61.95 | 105.46 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 60 | 22 | 0 | 0.26 | 0.73 | 0.68 | 38.64 | 0.57 | 0.2 |
| Hex | 51 | 3C | 16 | 0 | 1A | 49 | 44 | 27 | 39 | 14 |
| Octal | 121 | 74 | 26 | 0 | 32 | 111 | 104 | 47 | 71 | 24 |
| Binary | 1010001 | 111100 | 10110 | 0 | 11010 | 1001001 | 1000100 | 100111 | 111001 | 10100 |
Color Harmonies of #513C16
Complementary color
Monochromatic Colors of #513C16
Black with #513C16
Text Example
Text Example
White with #513C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513C16; }
p { color: rgb(81,60,22); }
H1.HeaderClassName
{
color: #513C16;
}
.AnyTagClassName
{
color: #513C16;
}
</style>
background-color css
<style>
a { background-color: #513C16; }
a { background-color: rgb(81,60,22); }
div.DivClassName
{
background-color: #513C16;
}
.BgClassName
{
background-color: #513C16;
}
</style>
border-color css
<style>
span { border-color: #513C16; }
span { border-color: rgb(81,60,22); }
td.TdClassName
{
border-color: #513C16;
}
.TagClassName
{
border-color: #513C16;
}
</style>