Shades of Jon #513B3E
Tints of Jon #513B3E
RGB
CMYK
RGB Variations
Color information
#513B3E (or 0x513B3E) is known color: Jon. HEX triplet: 51, 3B and 3E. RGB value is (81,59,62). Sum of RGB (Red+Green+Blue) = 81+59+62=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 59 (23.44% from 255 or 29.21% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 81 - color contains mainly: red. Hex color #513B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513B3E is #AEC4C1. Grayscale: #414141. Windows color (decimal): -11453634 or 4078417. OLE color: 4078417.
HSL color Cylindrical-coordinate representation of color #513B3E: hue angle of 351.82º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #513B3E is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 59 | 62 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.68 |
| HSL | 351.82º | 0.16% | 0.27% | - |
| HSV(B) | 351.82º | 0.27% | 0.32% | - |
| XYZ | 5.83 | 5.23 | 5.26 | - |
| YUV | 65.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 59 | 62 | 0 | 0.27 | 0.23 | 0.68 | 351.82 | 0.16 | 0.27 |
| Hex | 51 | 3B | 3E | 0 | 1B | 17 | 44 | 160 | 10 | 1B |
| Octal | 121 | 73 | 76 | 0 | 33 | 27 | 104 | 540 | 20 | 33 |
| Binary | 1010001 | 111011 | 111110 | 0 | 11011 | 10111 | 1000100 | 101100000 | 10000 | 11011 |
Color Harmonies of #513B3E
Complementary color
Monochromatic Colors of #513B3E
Black with #513B3E
Text Example
Text Example
White with #513B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513B3E; }
p { color: rgb(81,59,62); }
H1.HeaderClassName
{
color: #513B3E;
}
.AnyTagClassName
{
color: #513B3E;
}
</style>
background-color css
<style>
a { background-color: #513B3E; }
a { background-color: rgb(81,59,62); }
div.DivClassName
{
background-color: #513B3E;
}
.BgClassName
{
background-color: #513B3E;
}
</style>
border-color css
<style>
span { border-color: #513B3E; }
span { border-color: rgb(81,59,62); }
td.TdClassName
{
border-color: #513B3E;
}
.TagClassName
{
border-color: #513B3E;
}
</style>