Shades of Jon #523D40
Tints of Jon #523D40
RGB
CMYK
RGB Variations
Color information
#523D40 (or 0x523D40) is known color: Jon. HEX triplet: 52, 3D and 40. RGB value is (82,61,64). Sum of RGB (Red+Green+Blue) = 82+61+64=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 82 - color contains mainly: red. Hex color #523D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523D40 is #ADC2BF. Grayscale: #434343. Windows color (decimal): -11387584 or 4210002. OLE color: 4210002.
HSL color Cylindrical-coordinate representation of color #523D40: hue angle of 351.43º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #523D40 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 61 | 64 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.68 |
| HSL | 351.43º | 0.15% | 0.28% | - |
| HSV(B) | 351.43º | 0.26% | 0.32% | - |
| XYZ | 6.07 | 5.5 | 5.59 | - |
| YUV | 67.62 | 125.96 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 61 | 64 | 0 | 0.26 | 0.22 | 0.68 | 351.43 | 0.15 | 0.28 |
| Hex | 52 | 3D | 40 | 0 | 1A | 16 | 44 | 15F | F | 1C |
| Octal | 122 | 75 | 100 | 0 | 32 | 26 | 104 | 537 | 17 | 34 |
| Binary | 1010010 | 111101 | 1000000 | 0 | 11010 | 10110 | 1000100 | 101011111 | 1111 | 11100 |
Color Harmonies of #523D40
Complementary color
Monochromatic Colors of #523D40
Black with #523D40
Text Example
Text Example
White with #523D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523D40; }
p { color: rgb(82,61,64); }
H1.HeaderClassName
{
color: #523D40;
}
.AnyTagClassName
{
color: #523D40;
}
</style>
background-color css
<style>
a { background-color: #523D40; }
a { background-color: rgb(82,61,64); }
div.DivClassName
{
background-color: #523D40;
}
.BgClassName
{
background-color: #523D40;
}
</style>
border-color css
<style>
span { border-color: #523D40; }
span { border-color: rgb(82,61,64); }
td.TdClassName
{
border-color: #523D40;
}
.TagClassName
{
border-color: #523D40;
}
</style>