Shades of Jon #513C40
Tints of Jon #513C40
RGB
CMYK
RGB Variations
Color information
#513C40 (or 0x513C40) is known color: Jon. HEX triplet: 51, 3C and 40. RGB value is (81,60,64). Sum of RGB (Red+Green+Blue) = 81+60+64=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 81 - color contains mainly: red. Hex color #513C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513C40 is #AEC3BF. Grayscale: #424242. Windows color (decimal): -11453376 or 4209745. OLE color: 4209745.
HSL color Cylindrical-coordinate representation of color #513C40: hue angle of 348.57º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #513C40 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 60 | 64 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.68 |
| HSL | 348.57º | 0.15% | 0.28% | - |
| HSV(B) | 348.57º | 0.26% | 0.32% | - |
| XYZ | 5.93 | 5.35 | 5.57 | - |
| YUV | 66.74 | 126.46 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 60 | 64 | 0 | 0.26 | 0.21 | 0.68 | 348.57 | 0.15 | 0.28 |
| Hex | 51 | 3C | 40 | 0 | 1A | 15 | 44 | 15D | F | 1C |
| Octal | 121 | 74 | 100 | 0 | 32 | 25 | 104 | 535 | 17 | 34 |
| Binary | 1010001 | 111100 | 1000000 | 0 | 11010 | 10101 | 1000100 | 101011101 | 1111 | 11100 |
Color Harmonies of #513C40
Complementary color
Monochromatic Colors of #513C40
Black with #513C40
Text Example
Text Example
White with #513C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513C40; }
p { color: rgb(81,60,64); }
H1.HeaderClassName
{
color: #513C40;
}
.AnyTagClassName
{
color: #513C40;
}
</style>
background-color css
<style>
a { background-color: #513C40; }
a { background-color: rgb(81,60,64); }
div.DivClassName
{
background-color: #513C40;
}
.BgClassName
{
background-color: #513C40;
}
</style>
border-color css
<style>
span { border-color: #513C40; }
span { border-color: rgb(81,60,64); }
td.TdClassName
{
border-color: #513C40;
}
.TagClassName
{
border-color: #513C40;
}
</style>