Shades of Jon #513C3E
Tints of Jon #513C3E
RGB
CMYK
RGB Variations
Color information
#513C3E (or 0x513C3E) is known color: Jon. HEX triplet: 51, 3C and 3E. RGB value is (81,60,62). Sum of RGB (Red+Green+Blue) = 81+60+62=203 (26% of max value = 765). Red value is 81 (32.03% from 255 or 39.90% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 81 - color contains mainly: red. Hex color #513C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513C3E is #AEC3C1. Grayscale: #424242. Windows color (decimal): -11453378 or 4078673. OLE color: 4078673.
HSL color Cylindrical-coordinate representation of color #513C3E: hue angle of 354.29º 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 #513C3E is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 60 | 62 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.68 |
| HSL | 354.29º | 0.15% | 0.28% | - |
| HSV(B) | 354.29º | 0.26% | 0.32% | - |
| XYZ | 5.88 | 5.33 | 5.28 | - |
| YUV | 66.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 60 | 62 | 0 | 0.26 | 0.23 | 0.68 | 354.29 | 0.15 | 0.28 |
| Hex | 51 | 3C | 3E | 0 | 1A | 17 | 44 | 162 | F | 1C |
| Octal | 121 | 74 | 76 | 0 | 32 | 27 | 104 | 542 | 17 | 34 |
| Binary | 1010001 | 111100 | 111110 | 0 | 11010 | 10111 | 1000100 | 101100010 | 1111 | 11100 |
Color Harmonies of #513C3E
Complementary color
Monochromatic Colors of #513C3E
Black with #513C3E
Text Example
Text Example
White with #513C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513C3E; }
p { color: rgb(81,60,62); }
H1.HeaderClassName
{
color: #513C3E;
}
.AnyTagClassName
{
color: #513C3E;
}
</style>
background-color css
<style>
a { background-color: #513C3E; }
a { background-color: rgb(81,60,62); }
div.DivClassName
{
background-color: #513C3E;
}
.BgClassName
{
background-color: #513C3E;
}
</style>
border-color css
<style>
span { border-color: #513C3E; }
span { border-color: rgb(81,60,62); }
td.TdClassName
{
border-color: #513C3E;
}
.TagClassName
{
border-color: #513C3E;
}
</style>