Shades of Jon #57393D
Tints of Jon #57393D
RGB
CMYK
RGB Variations
Color information
#57393D (or 0x57393D) is known color: Jon. HEX triplet: 57, 39 and 3D. RGB value is (87,57,61). Sum of RGB (Red+Green+Blue) = 87+57+61=205 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.44% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 61 (24.22% from 255 or 29.76% from 205); Max value from RGB is 87 - color contains mainly: red. Hex color #57393D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57393D is #A8C6C2. Grayscale: #424242. Windows color (decimal): -11060931 or 4012375. OLE color: 4012375.
HSL color Cylindrical-coordinate representation of color #57393D: hue angle of 352º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #57393D is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 57 | 61 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.66 |
| HSL | 352º | 0.21% | 0.28% | - |
| HSV(B) | 352º | 0.34% | 0.34% | - |
| XYZ | 6.24 | 5.29 | 5.11 | - |
| YUV | 66.43 | 124.94 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 57 | 61 | 0 | 0.34 | 0.30 | 0.66 | 352 | 0.21 | 0.28 |
| Hex | 57 | 39 | 3D | 0 | 22 | 1E | 42 | 160 | 15 | 1C |
| Octal | 127 | 71 | 75 | 0 | 42 | 36 | 102 | 540 | 25 | 34 |
| Binary | 1010111 | 111001 | 111101 | 0 | 100010 | 11110 | 1000010 | 101100000 | 10101 | 11100 |
Color Harmonies of #57393D
Complementary color
Monochromatic Colors of #57393D
Black with #57393D
Text Example
Text Example
White with #57393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57393D; }
p { color: rgb(87,57,61); }
H1.HeaderClassName
{
color: #57393D;
}
.AnyTagClassName
{
color: #57393D;
}
</style>
background-color css
<style>
a { background-color: #57393D; }
a { background-color: rgb(87,57,61); }
div.DivClassName
{
background-color: #57393D;
}
.BgClassName
{
background-color: #57393D;
}
</style>
border-color css
<style>
span { border-color: #57393D; }
span { border-color: rgb(87,57,61); }
td.TdClassName
{
border-color: #57393D;
}
.TagClassName
{
border-color: #57393D;
}
</style>