Shades of Jon #523B40
Tints of Jon #523B40
RGB
CMYK
RGB Variations
Color information
#523B40 (or 0x523B40) is known color: Jon. HEX triplet: 52, 3B and 40. RGB value is (82,59,64). Sum of RGB (Red+Green+Blue) = 82+59+64=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 82 - color contains mainly: red. Hex color #523B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523B40 is #ADC4BF. Grayscale: #424242. Windows color (decimal): -11388096 or 4209490. OLE color: 4209490.
HSL color Cylindrical-coordinate representation of color #523B40: hue angle of 346.96º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #523B40 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 59 | 64 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.68 |
| HSL | 346.96º | 0.16% | 0.28% | - |
| HSV(B) | 346.96º | 0.28% | 0.32% | - |
| XYZ | 5.97 | 5.29 | 5.56 | - |
| YUV | 66.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 64 | 0 | 0.28 | 0.22 | 0.68 | 346.96 | 0.16 | 0.28 |
| Hex | 52 | 3B | 40 | 0 | 1C | 16 | 44 | 15B | 10 | 1C |
| Octal | 122 | 73 | 100 | 0 | 34 | 26 | 104 | 533 | 20 | 34 |
| Binary | 1010010 | 111011 | 1000000 | 0 | 11100 | 10110 | 1000100 | 101011011 | 10000 | 11100 |
Color Harmonies of #523B40
Complementary color
Monochromatic Colors of #523B40
Black with #523B40
Text Example
Text Example
White with #523B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523B40; }
p { color: rgb(82,59,64); }
H1.HeaderClassName
{
color: #523B40;
}
.AnyTagClassName
{
color: #523B40;
}
</style>
background-color css
<style>
a { background-color: #523B40; }
a { background-color: rgb(82,59,64); }
div.DivClassName
{
background-color: #523B40;
}
.BgClassName
{
background-color: #523B40;
}
</style>
border-color css
<style>
span { border-color: #523B40; }
span { border-color: rgb(82,59,64); }
td.TdClassName
{
border-color: #523B40;
}
.TagClassName
{
border-color: #523B40;
}
</style>