Shades of Jon #56393D
Tints of Jon #56393D
RGB
CMYK
RGB Variations
Color information
#56393D (or 0x56393D) is known color: Jon. HEX triplet: 56, 39 and 3D. RGB value is (86,57,61). Sum of RGB (Red+Green+Blue) = 86+57+61=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 86 - color contains mainly: red. Hex color #56393D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56393D is #A9C6C2. Grayscale: #424242. Windows color (decimal): -11126467 or 4012374. OLE color: 4012374.
HSL color Cylindrical-coordinate representation of color #56393D: hue angle of 351.72º degrees, saturation: 0.2, 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 #56393D is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 57 | 61 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.66 |
| HSL | 351.72º | 0.2% | 0.28% | - |
| HSV(B) | 351.72º | 0.34% | 0.34% | - |
| XYZ | 6.14 | 5.24 | 5.1 | - |
| YUV | 66.13 | 125.11 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 57 | 61 | 0 | 0.34 | 0.29 | 0.66 | 351.72 | 0.2 | 0.28 |
| Hex | 56 | 39 | 3D | 0 | 22 | 1D | 42 | 160 | 14 | 1C |
| Octal | 126 | 71 | 75 | 0 | 42 | 35 | 102 | 540 | 24 | 34 |
| Binary | 1010110 | 111001 | 111101 | 0 | 100010 | 11101 | 1000010 | 101100000 | 10100 | 11100 |
Color Harmonies of #56393D
Complementary color
Monochromatic Colors of #56393D
Black with #56393D
Text Example
Text Example
White with #56393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56393D; }
p { color: rgb(86,57,61); }
H1.HeaderClassName
{
color: #56393D;
}
.AnyTagClassName
{
color: #56393D;
}
</style>
background-color css
<style>
a { background-color: #56393D; }
a { background-color: rgb(86,57,61); }
div.DivClassName
{
background-color: #56393D;
}
.BgClassName
{
background-color: #56393D;
}
</style>
border-color css
<style>
span { border-color: #56393D; }
span { border-color: rgb(86,57,61); }
td.TdClassName
{
border-color: #56393D;
}
.TagClassName
{
border-color: #56393D;
}
</style>