Shades of Jon #53393D
Tints of Jon #53393D
RGB
CMYK
RGB Variations
Color information
#53393D (or 0x53393D) is known color: Jon. HEX triplet: 53, 39 and 3D. RGB value is (83,57,61). Sum of RGB (Red+Green+Blue) = 83+57+61=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 57 (22.66% from 255 or 28.36% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 83 - color contains mainly: red. Hex color #53393D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53393D is #ACC6C2. Grayscale: #414141. Windows color (decimal): -11323075 or 4012371. OLE color: 4012371.
HSL color Cylindrical-coordinate representation of color #53393D: hue angle of 350.77º 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 #53393D is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 57 | 61 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.67 |
| HSL | 350.77º | 0.19% | 0.27% | - |
| HSV(B) | 350.77º | 0.31% | 0.33% | - |
| XYZ | 5.87 | 5.1 | 5.09 | - |
| YUV | 65.23 | 125.61 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 57 | 61 | 0 | 0.31 | 0.27 | 0.67 | 350.77 | 0.19 | 0.27 |
| Hex | 53 | 39 | 3D | 0 | 1F | 1B | 43 | 15F | 13 | 1B |
| Octal | 123 | 71 | 75 | 0 | 37 | 33 | 103 | 537 | 23 | 33 |
| Binary | 1010011 | 111001 | 111101 | 0 | 11111 | 11011 | 1000011 | 101011111 | 10011 | 11011 |
Color Harmonies of #53393D
Complementary color
Monochromatic Colors of #53393D
Black with #53393D
Text Example
Text Example
White with #53393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53393D; }
p { color: rgb(83,57,61); }
H1.HeaderClassName
{
color: #53393D;
}
.AnyTagClassName
{
color: #53393D;
}
</style>
background-color css
<style>
a { background-color: #53393D; }
a { background-color: rgb(83,57,61); }
div.DivClassName
{
background-color: #53393D;
}
.BgClassName
{
background-color: #53393D;
}
</style>
border-color css
<style>
span { border-color: #53393D; }
span { border-color: rgb(83,57,61); }
td.TdClassName
{
border-color: #53393D;
}
.TagClassName
{
border-color: #53393D;
}
</style>