Shades of Jon #513C41
Tints of Jon #513C41
RGB
CMYK
RGB Variations
Color information
#513C41 (or 0x513C41) is known color: Jon. HEX triplet: 51, 3C and 41. RGB value is (81,60,65). Sum of RGB (Red+Green+Blue) = 81+60+65=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 81 - color contains mainly: red. Hex color #513C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513C41 is #AEC3BE. Grayscale: #424242. Windows color (decimal): -11453375 or 4275281. OLE color: 4275281.
HSL color Cylindrical-coordinate representation of color #513C41: hue angle of 345.71º 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 #513C41 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 60 | 65 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.68 |
| HSL | 345.71º | 0.15% | 0.28% | - |
| HSV(B) | 345.71º | 0.26% | 0.32% | - |
| XYZ | 5.96 | 5.36 | 5.72 | - |
| YUV | 66.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 60 | 65 | 0 | 0.26 | 0.20 | 0.68 | 345.71 | 0.15 | 0.28 |
| Hex | 51 | 3C | 41 | 0 | 1A | 14 | 44 | 15A | F | 1C |
| Octal | 121 | 74 | 101 | 0 | 32 | 24 | 104 | 532 | 17 | 34 |
| Binary | 1010001 | 111100 | 1000001 | 0 | 11010 | 10100 | 1000100 | 101011010 | 1111 | 11100 |
Color Harmonies of #513C41
Complementary color
Monochromatic Colors of #513C41
Black with #513C41
Text Example
Text Example
White with #513C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513C41; }
p { color: rgb(81,60,65); }
H1.HeaderClassName
{
color: #513C41;
}
.AnyTagClassName
{
color: #513C41;
}
</style>
background-color css
<style>
a { background-color: #513C41; }
a { background-color: rgb(81,60,65); }
div.DivClassName
{
background-color: #513C41;
}
.BgClassName
{
background-color: #513C41;
}
</style>
border-color css
<style>
span { border-color: #513C41; }
span { border-color: rgb(81,60,65); }
td.TdClassName
{
border-color: #513C41;
}
.TagClassName
{
border-color: #513C41;
}
</style>