Shades of Jon #593D3F
Tints of Jon #593D3F
RGB
CMYK
RGB Variations
Color information
#593D3F (or 0x593D3F) is known color: Jon. HEX triplet: 59, 3D and 3F. RGB value is (89,61,63). Sum of RGB (Red+Green+Blue) = 89+61+63=213 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.78% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 89 - color contains mainly: red. Hex color #593D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #593D3F is #A6C2C0. Grayscale: #454545. Windows color (decimal): -10928833 or 4144473. OLE color: 4144473.
HSL color Cylindrical-coordinate representation of color #593D3F: hue angle of 355.71º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #593D3F is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 61 | 63 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.65 |
| HSL | 355.71º | 0.19% | 0.29% | - |
| HSV(B) | 355.71º | 0.31% | 0.35% | - |
| XYZ | 6.69 | 5.82 | 5.47 | - |
| YUV | 69.6 | 124.28 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 61 | 63 | 0 | 0.31 | 0.29 | 0.65 | 355.71 | 0.19 | 0.29 |
| Hex | 59 | 3D | 3F | 0 | 1F | 1D | 41 | 164 | 13 | 1D |
| Octal | 131 | 75 | 77 | 0 | 37 | 35 | 101 | 544 | 23 | 35 |
| Binary | 1011001 | 111101 | 111111 | 0 | 11111 | 11101 | 1000001 | 101100100 | 10011 | 11101 |
Color Harmonies of #593D3F
Complementary color
Monochromatic Colors of #593D3F
Black with #593D3F
Text Example
Text Example
White with #593D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #593D3F; }
p { color: rgb(89,61,63); }
H1.HeaderClassName
{
color: #593D3F;
}
.AnyTagClassName
{
color: #593D3F;
}
</style>
background-color css
<style>
a { background-color: #593D3F; }
a { background-color: rgb(89,61,63); }
div.DivClassName
{
background-color: #593D3F;
}
.BgClassName
{
background-color: #593D3F;
}
</style>
border-color css
<style>
span { border-color: #593D3F; }
span { border-color: rgb(89,61,63); }
td.TdClassName
{
border-color: #593D3F;
}
.TagClassName
{
border-color: #593D3F;
}
</style>