Shades of Jon #58393D
Tints of Jon #58393D
RGB
CMYK
RGB Variations
Color information
#58393D (or 0x58393D) is known color: Jon. HEX triplet: 58, 39 and 3D. RGB value is (88,57,61). Sum of RGB (Red+Green+Blue) = 88+57+61=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 88 - color contains mainly: red. Hex color #58393D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58393D is #A7C6C2. Grayscale: #424242. Windows color (decimal): -10995395 or 4012376. OLE color: 4012376.
HSL color Cylindrical-coordinate representation of color #58393D: hue angle of 352.26º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #58393D is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 57 | 61 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.65 |
| HSL | 352.26º | 0.21% | 0.28% | - |
| HSV(B) | 352.26º | 0.35% | 0.35% | - |
| XYZ | 6.33 | 5.34 | 5.11 | - |
| YUV | 66.73 | 124.77 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 57 | 61 | 0 | 0.35 | 0.31 | 0.65 | 352.26 | 0.21 | 0.28 |
| Hex | 58 | 39 | 3D | 0 | 23 | 1F | 41 | 160 | 15 | 1C |
| Octal | 130 | 71 | 75 | 0 | 43 | 37 | 101 | 540 | 25 | 34 |
| Binary | 1011000 | 111001 | 111101 | 0 | 100011 | 11111 | 1000001 | 101100000 | 10101 | 11100 |
Color Harmonies of #58393D
Complementary color
Monochromatic Colors of #58393D
Black with #58393D
Text Example
Text Example
White with #58393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58393D; }
p { color: rgb(88,57,61); }
H1.HeaderClassName
{
color: #58393D;
}
.AnyTagClassName
{
color: #58393D;
}
</style>
background-color css
<style>
a { background-color: #58393D; }
a { background-color: rgb(88,57,61); }
div.DivClassName
{
background-color: #58393D;
}
.BgClassName
{
background-color: #58393D;
}
</style>
border-color css
<style>
span { border-color: #58393D; }
span { border-color: rgb(88,57,61); }
td.TdClassName
{
border-color: #58393D;
}
.TagClassName
{
border-color: #58393D;
}
</style>