Shades of Jon #513D42
Tints of Jon #513D42
RGB
CMYK
RGB Variations
Color information
#513D42 (or 0x513D42) is known color: Jon. HEX triplet: 51, 3D and 42. RGB value is (81,61,66). Sum of RGB (Red+Green+Blue) = 81+61+66=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 66 (26.17% from 255 or 31.73% from 208); Max value from RGB is 81 - color contains mainly: red. Hex color #513D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513D42 is #AEC2BD. Grayscale: #434343. Windows color (decimal): -11453118 or 4341073. OLE color: 4341073.
HSL color Cylindrical-coordinate representation of color #513D42: hue angle of 345º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #513D42 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 61 | 66 | - |
| CMYK | 0 | 0.25 | 0.19 | 0.68 |
| HSL | 345º | 0.14% | 0.28% | - |
| HSV(B) | 345º | 0.25% | 0.32% | - |
| XYZ | 6.05 | 5.48 | 5.89 | - |
| YUV | 67.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 61 | 66 | 0 | 0.25 | 0.19 | 0.68 | 345 | 0.14 | 0.28 |
| Hex | 51 | 3D | 42 | 0 | 19 | 13 | 44 | 159 | E | 1C |
| Octal | 121 | 75 | 102 | 0 | 31 | 23 | 104 | 531 | 16 | 34 |
| Binary | 1010001 | 111101 | 1000010 | 0 | 11001 | 10011 | 1000100 | 101011001 | 1110 | 11100 |
Color Harmonies of #513D42
Complementary color
Monochromatic Colors of #513D42
Black with #513D42
Text Example
Text Example
White with #513D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513D42; }
p { color: rgb(81,61,66); }
H1.HeaderClassName
{
color: #513D42;
}
.AnyTagClassName
{
color: #513D42;
}
</style>
background-color css
<style>
a { background-color: #513D42; }
a { background-color: rgb(81,61,66); }
div.DivClassName
{
background-color: #513D42;
}
.BgClassName
{
background-color: #513D42;
}
</style>
border-color css
<style>
span { border-color: #513D42; }
span { border-color: rgb(81,61,66); }
td.TdClassName
{
border-color: #513D42;
}
.TagClassName
{
border-color: #513D42;
}
</style>