Shades of Jon #593E3F
Tints of Jon #593E3F
RGB
CMYK
RGB Variations
Color information
#593E3F (or 0x593E3F) is known color: Jon. HEX triplet: 59, 3E and 3F. RGB value is (89,62,63). Sum of RGB (Red+Green+Blue) = 89+62+63=214 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.59% from 214); Green value is 62 (24.61% from 255 or 28.97% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 89 - color contains mainly: red. Hex color #593E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593E3F is #A6C1C0. Grayscale: #464646. Windows color (decimal): -10928577 or 4144729. OLE color: 4144729.
HSL color Cylindrical-coordinate representation of color #593E3F: hue angle of 357.78º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #593E3F is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 62 | 63 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.65 |
| HSL | 357.78º | 0.18% | 0.3% | - |
| HSV(B) | 357.78º | 0.3% | 0.35% | - |
| XYZ | 6.74 | 5.93 | 5.49 | - |
| YUV | 70.19 | 123.95 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 62 | 63 | 0 | 0.30 | 0.29 | 0.65 | 357.78 | 0.18 | 0.3 |
| Hex | 59 | 3E | 3F | 0 | 1E | 1D | 41 | 166 | 12 | 1E |
| Octal | 131 | 76 | 77 | 0 | 36 | 35 | 101 | 546 | 22 | 36 |
| Binary | 1011001 | 111110 | 111111 | 0 | 11110 | 11101 | 1000001 | 101100110 | 10010 | 11110 |
Color Harmonies of #593E3F
Complementary color
Monochromatic Colors of #593E3F
Black with #593E3F
Text Example
Text Example
White with #593E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593E3F; }
p { color: rgb(89,62,63); }
H1.HeaderClassName
{
color: #593E3F;
}
.AnyTagClassName
{
color: #593E3F;
}
</style>
background-color css
<style>
a { background-color: #593E3F; }
a { background-color: rgb(89,62,63); }
div.DivClassName
{
background-color: #593E3F;
}
.BgClassName
{
background-color: #593E3F;
}
</style>
border-color css
<style>
span { border-color: #593E3F; }
span { border-color: rgb(89,62,63); }
td.TdClassName
{
border-color: #593E3F;
}
.TagClassName
{
border-color: #593E3F;
}
</style>