Shades of Jon #53373A
Tints of Jon #53373A
RGB
CMYK
RGB Variations
Color information
#53373A (or 0x53373A) is known color: Jon. HEX triplet: 53, 37 and 3A. RGB value is (83,55,58). Sum of RGB (Red+Green+Blue) = 83+55+58=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 58 (23.05% from 255 or 29.59% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #53373A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53373A is #ACC8C5. Grayscale: #3F3F3F. Windows color (decimal): -11323590 or 3815251. OLE color: 3815251.
HSL color Cylindrical-coordinate representation of color #53373A: hue angle of 353.57º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #53373A is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 55 | 58 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.67 |
| HSL | 353.57º | 0.2% | 0.27% | - |
| HSV(B) | 353.57º | 0.34% | 0.33% | - |
| XYZ | 5.7 | 4.88 | 4.64 | - |
| YUV | 63.71 | 124.78 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 55 | 58 | 0 | 0.34 | 0.30 | 0.67 | 353.57 | 0.2 | 0.27 |
| Hex | 53 | 37 | 3A | 0 | 22 | 1E | 43 | 162 | 14 | 1B |
| Octal | 123 | 67 | 72 | 0 | 42 | 36 | 103 | 542 | 24 | 33 |
| Binary | 1010011 | 110111 | 111010 | 0 | 100010 | 11110 | 1000011 | 101100010 | 10100 | 11011 |
Color Harmonies of #53373A
Complementary color
Monochromatic Colors of #53373A
Black with #53373A
Text Example
Text Example
White with #53373A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53373A; }
p { color: rgb(83,55,58); }
H1.HeaderClassName
{
color: #53373A;
}
.AnyTagClassName
{
color: #53373A;
}
</style>
background-color css
<style>
a { background-color: #53373A; }
a { background-color: rgb(83,55,58); }
div.DivClassName
{
background-color: #53373A;
}
.BgClassName
{
background-color: #53373A;
}
</style>
border-color css
<style>
span { border-color: #53373A; }
span { border-color: rgb(83,55,58); }
td.TdClassName
{
border-color: #53373A;
}
.TagClassName
{
border-color: #53373A;
}
</style>