Shades of Jon #523C3F
Tints of Jon #523C3F
RGB
CMYK
RGB Variations
Color information
#523C3F (or 0x523C3F) is known color: Jon. HEX triplet: 52, 3C and 3F. RGB value is (82,60,63). Sum of RGB (Red+Green+Blue) = 82+60+63=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 82 - color contains mainly: red. Hex color #523C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523C3F is #ADC3C0. Grayscale: #424242. Windows color (decimal): -11387841 or 4144210. OLE color: 4144210.
HSL color Cylindrical-coordinate representation of color #523C3F: hue angle of 351.82º 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 #523C3F is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 60 | 63 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.68 |
| HSL | 351.82º | 0.15% | 0.28% | - |
| HSV(B) | 351.82º | 0.27% | 0.32% | - |
| XYZ | 5.99 | 5.38 | 5.43 | - |
| YUV | 66.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 60 | 63 | 0 | 0.27 | 0.23 | 0.68 | 351.82 | 0.15 | 0.28 |
| Hex | 52 | 3C | 3F | 0 | 1B | 17 | 44 | 160 | F | 1C |
| Octal | 122 | 74 | 77 | 0 | 33 | 27 | 104 | 540 | 17 | 34 |
| Binary | 1010010 | 111100 | 111111 | 0 | 11011 | 10111 | 1000100 | 101100000 | 1111 | 11100 |
Color Harmonies of #523C3F
Complementary color
Monochromatic Colors of #523C3F
Black with #523C3F
Text Example
Text Example
White with #523C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523C3F; }
p { color: rgb(82,60,63); }
H1.HeaderClassName
{
color: #523C3F;
}
.AnyTagClassName
{
color: #523C3F;
}
</style>
background-color css
<style>
a { background-color: #523C3F; }
a { background-color: rgb(82,60,63); }
div.DivClassName
{
background-color: #523C3F;
}
.BgClassName
{
background-color: #523C3F;
}
</style>
border-color css
<style>
span { border-color: #523C3F; }
span { border-color: rgb(82,60,63); }
td.TdClassName
{
border-color: #523C3F;
}
.TagClassName
{
border-color: #523C3F;
}
</style>