Shades of Jon #523A40
Tints of Jon #523A40
RGB
CMYK
RGB Variations
Color information
#523A40 (or 0x523A40) is known color: Jon. HEX triplet: 52, 3A and 40. RGB value is (82,58,64). Sum of RGB (Red+Green+Blue) = 82+58+64=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 82 - color contains mainly: red. Hex color #523A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523A40 is #ADC5BF. Grayscale: #414141. Windows color (decimal): -11388352 or 4209234. OLE color: 4209234.
HSL color Cylindrical-coordinate representation of color #523A40: hue angle of 345º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #523A40 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 58 | 64 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.68 |
| HSL | 345º | 0.17% | 0.27% | - |
| HSV(B) | 345º | 0.29% | 0.32% | - |
| XYZ | 5.92 | 5.19 | 5.54 | - |
| YUV | 65.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 58 | 64 | 0 | 0.29 | 0.22 | 0.68 | 345 | 0.17 | 0.27 |
| Hex | 52 | 3A | 40 | 0 | 1D | 16 | 44 | 159 | 11 | 1B |
| Octal | 122 | 72 | 100 | 0 | 35 | 26 | 104 | 531 | 21 | 33 |
| Binary | 1010010 | 111010 | 1000000 | 0 | 11101 | 10110 | 1000100 | 101011001 | 10001 | 11011 |
Color Harmonies of #523A40
Complementary color
Monochromatic Colors of #523A40
Black with #523A40
Text Example
Text Example
White with #523A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523A40; }
p { color: rgb(82,58,64); }
H1.HeaderClassName
{
color: #523A40;
}
.AnyTagClassName
{
color: #523A40;
}
</style>
background-color css
<style>
a { background-color: #523A40; }
a { background-color: rgb(82,58,64); }
div.DivClassName
{
background-color: #523A40;
}
.BgClassName
{
background-color: #523A40;
}
</style>
border-color css
<style>
span { border-color: #523A40; }
span { border-color: rgb(82,58,64); }
td.TdClassName
{
border-color: #523A40;
}
.TagClassName
{
border-color: #523A40;
}
</style>