Shades of Jon #523E3F
Tints of Jon #523E3F
RGB
CMYK
RGB Variations
Color information
#523E3F (or 0x523E3F) is known color: Jon. HEX triplet: 52, 3E and 3F. RGB value is (82,62,63). Sum of RGB (Red+Green+Blue) = 82+62+63=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 82 - color contains mainly: red. Hex color #523E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523E3F is #ADC1C0. Grayscale: #444444. Windows color (decimal): -11387329 or 4144722. OLE color: 4144722.
HSL color Cylindrical-coordinate representation of color #523E3F: hue angle of 357º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #523E3F is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 62 | 63 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.68 |
| HSL | 357º | 0.14% | 0.28% | - |
| HSV(B) | 357º | 0.24% | 0.32% | - |
| XYZ | 6.1 | 5.6 | 5.46 | - |
| YUV | 68.09 | 125.13 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 62 | 63 | 0 | 0.24 | 0.23 | 0.68 | 357 | 0.14 | 0.28 |
| Hex | 52 | 3E | 3F | 0 | 18 | 17 | 44 | 165 | E | 1C |
| Octal | 122 | 76 | 77 | 0 | 30 | 27 | 104 | 545 | 16 | 34 |
| Binary | 1010010 | 111110 | 111111 | 0 | 11000 | 10111 | 1000100 | 101100101 | 1110 | 11100 |
Color Harmonies of #523E3F
Complementary color
Monochromatic Colors of #523E3F
Black with #523E3F
Text Example
Text Example
White with #523E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523E3F; }
p { color: rgb(82,62,63); }
H1.HeaderClassName
{
color: #523E3F;
}
.AnyTagClassName
{
color: #523E3F;
}
</style>
background-color css
<style>
a { background-color: #523E3F; }
a { background-color: rgb(82,62,63); }
div.DivClassName
{
background-color: #523E3F;
}
.BgClassName
{
background-color: #523E3F;
}
</style>
border-color css
<style>
span { border-color: #523E3F; }
span { border-color: rgb(82,62,63); }
td.TdClassName
{
border-color: #523E3F;
}
.TagClassName
{
border-color: #523E3F;
}
</style>