Shades of Jon #513B40
Tints of Jon #513B40
RGB
CMYK
RGB Variations
Color information
#513B40 (or 0x513B40) is known color: Jon. HEX triplet: 51, 3B and 40. RGB value is (81,59,64). Sum of RGB (Red+Green+Blue) = 81+59+64=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 81 - color contains mainly: red. Hex color #513B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513B40 is #AEC4BF. Grayscale: #424242. Windows color (decimal): -11453632 or 4209489. OLE color: 4209489.
HSL color Cylindrical-coordinate representation of color #513B40: hue angle of 346.36º 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 #513B40 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 59 | 64 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.68 |
| HSL | 346.36º | 0.16% | 0.27% | - |
| HSV(B) | 346.36º | 0.27% | 0.32% | - |
| XYZ | 5.88 | 5.25 | 5.55 | - |
| YUV | 66.15 | 126.79 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 59 | 64 | 0 | 0.27 | 0.21 | 0.68 | 346.36 | 0.16 | 0.27 |
| Hex | 51 | 3B | 40 | 0 | 1B | 15 | 44 | 15A | 10 | 1B |
| Octal | 121 | 73 | 100 | 0 | 33 | 25 | 104 | 532 | 20 | 33 |
| Binary | 1010001 | 111011 | 1000000 | 0 | 11011 | 10101 | 1000100 | 101011010 | 10000 | 11011 |
Color Harmonies of #513B40
Complementary color
Monochromatic Colors of #513B40
Black with #513B40
Text Example
Text Example
White with #513B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513B40; }
p { color: rgb(81,59,64); }
H1.HeaderClassName
{
color: #513B40;
}
.AnyTagClassName
{
color: #513B40;
}
</style>
background-color css
<style>
a { background-color: #513B40; }
a { background-color: rgb(81,59,64); }
div.DivClassName
{
background-color: #513B40;
}
.BgClassName
{
background-color: #513B40;
}
</style>
border-color css
<style>
span { border-color: #513B40; }
span { border-color: rgb(81,59,64); }
td.TdClassName
{
border-color: #513B40;
}
.TagClassName
{
border-color: #513B40;
}
</style>