Shades of Jon #593B3F
Tints of Jon #593B3F
RGB
CMYK
RGB Variations
Color information
#593B3F (or 0x593B3F) is known color: Jon. HEX triplet: 59, 3B and 3F. RGB value is (89,59,63). Sum of RGB (Red+Green+Blue) = 89+59+63=211 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.18% from 211); Green value is 59 (23.44% from 255 or 27.96% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 89 - color contains mainly: red. Hex color #593B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593B3F is #A6C4C0. Grayscale: #444444. Windows color (decimal): -10929345 or 4143961. OLE color: 4143961.
HSL color Cylindrical-coordinate representation of color #593B3F: hue angle of 352º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #593B3F is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 59 | 63 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.65 |
| HSL | 352º | 0.2% | 0.29% | - |
| HSV(B) | 352º | 0.34% | 0.35% | - |
| XYZ | 6.58 | 5.61 | 5.44 | - |
| YUV | 68.43 | 124.94 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 59 | 63 | 0 | 0.34 | 0.29 | 0.65 | 352 | 0.2 | 0.29 |
| Hex | 59 | 3B | 3F | 0 | 22 | 1D | 41 | 160 | 14 | 1D |
| Octal | 131 | 73 | 77 | 0 | 42 | 35 | 101 | 540 | 24 | 35 |
| Binary | 1011001 | 111011 | 111111 | 0 | 100010 | 11101 | 1000001 | 101100000 | 10100 | 11101 |
Color Harmonies of #593B3F
Complementary color
Monochromatic Colors of #593B3F
Black with #593B3F
Text Example
Text Example
White with #593B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593B3F; }
p { color: rgb(89,59,63); }
H1.HeaderClassName
{
color: #593B3F;
}
.AnyTagClassName
{
color: #593B3F;
}
</style>
background-color css
<style>
a { background-color: #593B3F; }
a { background-color: rgb(89,59,63); }
div.DivClassName
{
background-color: #593B3F;
}
.BgClassName
{
background-color: #593B3F;
}
</style>
border-color css
<style>
span { border-color: #593B3F; }
span { border-color: rgb(89,59,63); }
td.TdClassName
{
border-color: #593B3F;
}
.TagClassName
{
border-color: #593B3F;
}
</style>