Shades of Jon #523D3E
Tints of Jon #523D3E
RGB
CMYK
RGB Variations
Color information
#523D3E (or 0x523D3E) is known color: Jon. HEX triplet: 52, 3D and 3E. RGB value is (82,61,62). Sum of RGB (Red+Green+Blue) = 82+61+62=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 62 (24.61% from 255 or 30.24% from 205); Max value from RGB is 82 - color contains mainly: red. Hex color #523D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523D3E is #ADC2C1. Grayscale: #434343. Windows color (decimal): -11387586 or 4078930. OLE color: 4078930.
HSL color Cylindrical-coordinate representation of color #523D3E: hue angle of 357.14º 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 #523D3E is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 61 | 62 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.68 |
| HSL | 357.14º | 0.15% | 0.28% | - |
| HSV(B) | 357.14º | 0.26% | 0.32% | - |
| XYZ | 6.02 | 5.48 | 5.3 | - |
| YUV | 67.39 | 124.96 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 61 | 62 | 0 | 0.26 | 0.24 | 0.68 | 357.14 | 0.15 | 0.28 |
| Hex | 52 | 3D | 3E | 0 | 1A | 18 | 44 | 165 | F | 1C |
| Octal | 122 | 75 | 76 | 0 | 32 | 30 | 104 | 545 | 17 | 34 |
| Binary | 1010010 | 111101 | 111110 | 0 | 11010 | 11000 | 1000100 | 101100101 | 1111 | 11100 |
Color Harmonies of #523D3E
Complementary color
Monochromatic Colors of #523D3E
Black with #523D3E
Text Example
Text Example
White with #523D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523D3E; }
p { color: rgb(82,61,62); }
H1.HeaderClassName
{
color: #523D3E;
}
.AnyTagClassName
{
color: #523D3E;
}
</style>
background-color css
<style>
a { background-color: #523D3E; }
a { background-color: rgb(82,61,62); }
div.DivClassName
{
background-color: #523D3E;
}
.BgClassName
{
background-color: #523D3E;
}
</style>
border-color css
<style>
span { border-color: #523D3E; }
span { border-color: rgb(82,61,62); }
td.TdClassName
{
border-color: #523D3E;
}
.TagClassName
{
border-color: #523D3E;
}
</style>