Shades of Jon #57393C
Tints of Jon #57393C
RGB
CMYK
RGB Variations
Color information
#57393C (or 0x57393C) is known color: Jon. HEX triplet: 57, 39 and 3C. RGB value is (87,57,60). Sum of RGB (Red+Green+Blue) = 87+57+60=204 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.65% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 87 - color contains mainly: red. Hex color #57393C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57393C is #A8C6C3. Grayscale: #424242. Windows color (decimal): -11060932 or 3946839. OLE color: 3946839.
HSL color Cylindrical-coordinate representation of color #57393C: hue angle of 354º 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 #57393C is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 57 | 60 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.66 |
| HSL | 354º | 0.21% | 0.28% | - |
| HSV(B) | 354º | 0.34% | 0.34% | - |
| XYZ | 6.21 | 5.28 | 4.97 | - |
| YUV | 66.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 57 | 60 | 0 | 0.34 | 0.31 | 0.66 | 354 | 0.21 | 0.28 |
| Hex | 57 | 39 | 3C | 0 | 22 | 1F | 42 | 162 | 15 | 1C |
| Octal | 127 | 71 | 74 | 0 | 42 | 37 | 102 | 542 | 25 | 34 |
| Binary | 1010111 | 111001 | 111100 | 0 | 100010 | 11111 | 1000010 | 101100010 | 10101 | 11100 |
Color Harmonies of #57393C
Complementary color
Monochromatic Colors of #57393C
Black with #57393C
Text Example
Text Example
White with #57393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57393C; }
p { color: rgb(87,57,60); }
H1.HeaderClassName
{
color: #57393C;
}
.AnyTagClassName
{
color: #57393C;
}
</style>
background-color css
<style>
a { background-color: #57393C; }
a { background-color: rgb(87,57,60); }
div.DivClassName
{
background-color: #57393C;
}
.BgClassName
{
background-color: #57393C;
}
</style>
border-color css
<style>
span { border-color: #57393C; }
span { border-color: rgb(87,57,60); }
td.TdClassName
{
border-color: #57393C;
}
.TagClassName
{
border-color: #57393C;
}
</style>