Shades of Jon #53393E
Tints of Jon #53393E
RGB
CMYK
RGB Variations
Color information
#53393E (or 0x53393E) is known color: Jon. HEX triplet: 53, 39 and 3E. RGB value is (83,57,62). Sum of RGB (Red+Green+Blue) = 83+57+62=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 57 (22.66% from 255 or 28.22% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 83 - color contains mainly: red. Hex color #53393E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53393E is #ACC6C1. Grayscale: #414141. Windows color (decimal): -11323074 or 4077907. OLE color: 4077907.
HSL color Cylindrical-coordinate representation of color #53393E: hue angle of 348.46º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #53393E is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 57 | 62 | - |
| CMYK | 0 | 0.31 | 0.25 | 0.67 |
| HSL | 348.46º | 0.19% | 0.27% | - |
| HSV(B) | 348.46º | 0.31% | 0.33% | - |
| XYZ | 5.9 | 5.11 | 5.23 | - |
| YUV | 65.34 | 126.11 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 57 | 62 | 0 | 0.31 | 0.25 | 0.67 | 348.46 | 0.19 | 0.27 |
| Hex | 53 | 39 | 3E | 0 | 1F | 19 | 43 | 15C | 13 | 1B |
| Octal | 123 | 71 | 76 | 0 | 37 | 31 | 103 | 534 | 23 | 33 |
| Binary | 1010011 | 111001 | 111110 | 0 | 11111 | 11001 | 1000011 | 101011100 | 10011 | 11011 |
Color Harmonies of #53393E
Complementary color
Monochromatic Colors of #53393E
Black with #53393E
Text Example
Text Example
White with #53393E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53393E; }
p { color: rgb(83,57,62); }
H1.HeaderClassName
{
color: #53393E;
}
.AnyTagClassName
{
color: #53393E;
}
</style>
background-color css
<style>
a { background-color: #53393E; }
a { background-color: rgb(83,57,62); }
div.DivClassName
{
background-color: #53393E;
}
.BgClassName
{
background-color: #53393E;
}
</style>
border-color css
<style>
span { border-color: #53393E; }
span { border-color: rgb(83,57,62); }
td.TdClassName
{
border-color: #53393E;
}
.TagClassName
{
border-color: #53393E;
}
</style>