Shades of Jon #523C40
Tints of Jon #523C40
RGB
CMYK
RGB Variations
Color information
#523C40 (or 0x523C40) is known color: Jon. HEX triplet: 52, 3C and 40. RGB value is (82,60,64). Sum of RGB (Red+Green+Blue) = 82+60+64=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 60 (23.83% from 255 or 29.13% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 82 - color contains mainly: red. Hex color #523C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523C40 is #ADC3BF. Grayscale: #434343. Windows color (decimal): -11387840 or 4209746. OLE color: 4209746.
HSL color Cylindrical-coordinate representation of color #523C40: hue angle of 349.09º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #523C40 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 60 | 64 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.68 |
| HSL | 349.09º | 0.15% | 0.28% | - |
| HSV(B) | 349.09º | 0.27% | 0.32% | - |
| XYZ | 6.02 | 5.4 | 5.57 | - |
| YUV | 67.03 | 126.29 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 60 | 64 | 0 | 0.27 | 0.22 | 0.68 | 349.09 | 0.15 | 0.28 |
| Hex | 52 | 3C | 40 | 0 | 1B | 16 | 44 | 15D | F | 1C |
| Octal | 122 | 74 | 100 | 0 | 33 | 26 | 104 | 535 | 17 | 34 |
| Binary | 1010010 | 111100 | 1000000 | 0 | 11011 | 10110 | 1000100 | 101011101 | 1111 | 11100 |
Color Harmonies of #523C40
Complementary color
Monochromatic Colors of #523C40
Black with #523C40
Text Example
Text Example
White with #523C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523C40; }
p { color: rgb(82,60,64); }
H1.HeaderClassName
{
color: #523C40;
}
.AnyTagClassName
{
color: #523C40;
}
</style>
background-color css
<style>
a { background-color: #523C40; }
a { background-color: rgb(82,60,64); }
div.DivClassName
{
background-color: #523C40;
}
.BgClassName
{
background-color: #523C40;
}
</style>
border-color css
<style>
span { border-color: #523C40; }
span { border-color: rgb(82,60,64); }
td.TdClassName
{
border-color: #523C40;
}
.TagClassName
{
border-color: #523C40;
}
</style>