Shades of Jon #52373A
Tints of Jon #52373A
RGB
CMYK
RGB Variations
Color information
#52373A (or 0x52373A) is known color: Jon. HEX triplet: 52, 37 and 3A. RGB value is (82,55,58). Sum of RGB (Red+Green+Blue) = 82+55+58=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 55 (21.88% from 255 or 28.21% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 82 - color contains mainly: red. Hex color #52373A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52373A is #ADC8C5. Grayscale: #3F3F3F. Windows color (decimal): -11389126 or 3815250. OLE color: 3815250.
HSL color Cylindrical-coordinate representation of color #52373A: hue angle of 353.33º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #52373A is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 55 | 58 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.68 |
| HSL | 353.33º | 0.2% | 0.27% | - |
| HSV(B) | 353.33º | 0.33% | 0.32% | - |
| XYZ | 5.61 | 4.83 | 4.64 | - |
| YUV | 63.42 | 124.95 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 55 | 58 | 0 | 0.33 | 0.29 | 0.68 | 353.33 | 0.2 | 0.27 |
| Hex | 52 | 37 | 3A | 0 | 21 | 1D | 44 | 161 | 14 | 1B |
| Octal | 122 | 67 | 72 | 0 | 41 | 35 | 104 | 541 | 24 | 33 |
| Binary | 1010010 | 110111 | 111010 | 0 | 100001 | 11101 | 1000100 | 101100001 | 10100 | 11011 |
Color Harmonies of #52373A
Complementary color
Monochromatic Colors of #52373A
Black with #52373A
Text Example
Text Example
White with #52373A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52373A; }
p { color: rgb(82,55,58); }
H1.HeaderClassName
{
color: #52373A;
}
.AnyTagClassName
{
color: #52373A;
}
</style>
background-color css
<style>
a { background-color: #52373A; }
a { background-color: rgb(82,55,58); }
div.DivClassName
{
background-color: #52373A;
}
.BgClassName
{
background-color: #52373A;
}
</style>
border-color css
<style>
span { border-color: #52373A; }
span { border-color: rgb(82,55,58); }
td.TdClassName
{
border-color: #52373A;
}
.TagClassName
{
border-color: #52373A;
}
</style>