Shades of Jon #523D42
Tints of Jon #523D42
RGB
CMYK
RGB Variations
Color information
#523D42 (or 0x523D42) is known color: Jon. HEX triplet: 52, 3D and 42. RGB value is (82,61,66). Sum of RGB (Red+Green+Blue) = 82+61+66=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 82 - color contains mainly: red. Hex color #523D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523D42 is #ADC2BD. Grayscale: #434343. Windows color (decimal): -11387582 or 4341074. OLE color: 4341074.
HSL color Cylindrical-coordinate representation of color #523D42: hue angle of 345.71º 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 #523D42 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 61 | 66 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.68 |
| HSL | 345.71º | 0.15% | 0.28% | - |
| HSV(B) | 345.71º | 0.26% | 0.32% | - |
| XYZ | 6.13 | 5.52 | 5.9 | - |
| YUV | 67.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 61 | 66 | 0 | 0.26 | 0.20 | 0.68 | 345.71 | 0.15 | 0.28 |
| Hex | 52 | 3D | 42 | 0 | 1A | 14 | 44 | 15A | F | 1C |
| Octal | 122 | 75 | 102 | 0 | 32 | 24 | 104 | 532 | 17 | 34 |
| Binary | 1010010 | 111101 | 1000010 | 0 | 11010 | 10100 | 1000100 | 101011010 | 1111 | 11100 |
Color Harmonies of #523D42
Complementary color
Monochromatic Colors of #523D42
Black with #523D42
Text Example
Text Example
White with #523D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523D42; }
p { color: rgb(82,61,66); }
H1.HeaderClassName
{
color: #523D42;
}
.AnyTagClassName
{
color: #523D42;
}
</style>
background-color css
<style>
a { background-color: #523D42; }
a { background-color: rgb(82,61,66); }
div.DivClassName
{
background-color: #523D42;
}
.BgClassName
{
background-color: #523D42;
}
</style>
border-color css
<style>
span { border-color: #523D42; }
span { border-color: rgb(82,61,66); }
td.TdClassName
{
border-color: #523D42;
}
.TagClassName
{
border-color: #523D42;
}
</style>