Shades of Jon #513C42
Tints of Jon #513C42
RGB
CMYK
RGB Variations
Color information
#513C42 (or 0x513C42) is known color: Jon. HEX triplet: 51, 3C and 42. RGB value is (81,60,66). Sum of RGB (Red+Green+Blue) = 81+60+66=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 81 - color contains mainly: red. Hex color #513C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513C42 is #AEC3BD. Grayscale: #424242. Windows color (decimal): -11453374 or 4340817. OLE color: 4340817.
HSL color Cylindrical-coordinate representation of color #513C42: hue angle of 342.86º 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 #513C42 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 60 | 66 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.68 |
| HSL | 342.86º | 0.15% | 0.28% | - |
| HSV(B) | 342.86º | 0.26% | 0.32% | - |
| XYZ | 5.99 | 5.37 | 5.88 | - |
| YUV | 66.96 | 127.46 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 60 | 66 | 0 | 0.26 | 0.19 | 0.68 | 342.86 | 0.15 | 0.28 |
| Hex | 51 | 3C | 42 | 0 | 1A | 13 | 44 | 157 | F | 1C |
| Octal | 121 | 74 | 102 | 0 | 32 | 23 | 104 | 527 | 17 | 34 |
| Binary | 1010001 | 111100 | 1000010 | 0 | 11010 | 10011 | 1000100 | 101010111 | 1111 | 11100 |
Color Harmonies of #513C42
Complementary color
Monochromatic Colors of #513C42
Black with #513C42
Text Example
Text Example
White with #513C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513C42; }
p { color: rgb(81,60,66); }
H1.HeaderClassName
{
color: #513C42;
}
.AnyTagClassName
{
color: #513C42;
}
</style>
background-color css
<style>
a { background-color: #513C42; }
a { background-color: rgb(81,60,66); }
div.DivClassName
{
background-color: #513C42;
}
.BgClassName
{
background-color: #513C42;
}
</style>
border-color css
<style>
span { border-color: #513C42; }
span { border-color: rgb(81,60,66); }
td.TdClassName
{
border-color: #513C42;
}
.TagClassName
{
border-color: #513C42;
}
</style>