Shades of Jon #513E3F
Tints of Jon #513E3F
RGB
CMYK
RGB Variations
Color information
#513E3F (or 0x513E3F) is known color: Jon. HEX triplet: 51, 3E and 3F. RGB value is (81,62,63). Sum of RGB (Red+Green+Blue) = 81+62+63=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 81 - color contains mainly: red. Hex color #513E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513E3F is #AEC1C0. Grayscale: #434343. Windows color (decimal): -11452865 or 4144721. OLE color: 4144721.
HSL color Cylindrical-coordinate representation of color #513E3F: hue angle of 356.84º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #513E3F is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 62 | 63 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.68 |
| HSL | 356.84º | 0.13% | 0.28% | - |
| HSV(B) | 356.84º | 0.23% | 0.32% | - |
| XYZ | 6.01 | 5.55 | 5.46 | - |
| YUV | 67.8 | 125.29 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 62 | 63 | 0 | 0.23 | 0.22 | 0.68 | 356.84 | 0.13 | 0.28 |
| Hex | 51 | 3E | 3F | 0 | 17 | 16 | 44 | 165 | D | 1C |
| Octal | 121 | 76 | 77 | 0 | 27 | 26 | 104 | 545 | 15 | 34 |
| Binary | 1010001 | 111110 | 111111 | 0 | 10111 | 10110 | 1000100 | 101100101 | 1101 | 11100 |
Color Harmonies of #513E3F
Complementary color
Monochromatic Colors of #513E3F
Black with #513E3F
Text Example
Text Example
White with #513E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513E3F; }
p { color: rgb(81,62,63); }
H1.HeaderClassName
{
color: #513E3F;
}
.AnyTagClassName
{
color: #513E3F;
}
</style>
background-color css
<style>
a { background-color: #513E3F; }
a { background-color: rgb(81,62,63); }
div.DivClassName
{
background-color: #513E3F;
}
.BgClassName
{
background-color: #513E3F;
}
</style>
border-color css
<style>
span { border-color: #513E3F; }
span { border-color: rgb(81,62,63); }
td.TdClassName
{
border-color: #513E3F;
}
.TagClassName
{
border-color: #513E3F;
}
</style>