Shades of Jon #513A3E
Tints of Jon #513A3E
RGB
CMYK
RGB Variations
Color information
#513A3E (or 0x513A3E) is known color: Jon. HEX triplet: 51, 3A and 3E. RGB value is (81,58,62). Sum of RGB (Red+Green+Blue) = 81+58+62=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 58 (23.05% from 255 or 28.86% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 81 - color contains mainly: red. Hex color #513A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513A3E is #AEC5C1. Grayscale: #414141. Windows color (decimal): -11453890 or 4078161. OLE color: 4078161.
HSL color Cylindrical-coordinate representation of color #513A3E: hue angle of 349.57º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #513A3E is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 58 | 62 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.68 |
| HSL | 349.57º | 0.17% | 0.27% | - |
| HSV(B) | 349.57º | 0.28% | 0.32% | - |
| XYZ | 5.78 | 5.12 | 5.24 | - |
| YUV | 65.33 | 126.12 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 58 | 62 | 0 | 0.28 | 0.23 | 0.68 | 349.57 | 0.17 | 0.27 |
| Hex | 51 | 3A | 3E | 0 | 1C | 17 | 44 | 15E | 11 | 1B |
| Octal | 121 | 72 | 76 | 0 | 34 | 27 | 104 | 536 | 21 | 33 |
| Binary | 1010001 | 111010 | 111110 | 0 | 11100 | 10111 | 1000100 | 101011110 | 10001 | 11011 |
Color Harmonies of #513A3E
Complementary color
Monochromatic Colors of #513A3E
Black with #513A3E
Text Example
Text Example
White with #513A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513A3E; }
p { color: rgb(81,58,62); }
H1.HeaderClassName
{
color: #513A3E;
}
.AnyTagClassName
{
color: #513A3E;
}
</style>
background-color css
<style>
a { background-color: #513A3E; }
a { background-color: rgb(81,58,62); }
div.DivClassName
{
background-color: #513A3E;
}
.BgClassName
{
background-color: #513A3E;
}
</style>
border-color css
<style>
span { border-color: #513A3E; }
span { border-color: rgb(81,58,62); }
td.TdClassName
{
border-color: #513A3E;
}
.TagClassName
{
border-color: #513A3E;
}
</style>