Shades of Jon #563B40
Tints of Jon #563B40
RGB
CMYK
RGB Variations
Color information
#563B40 (or 0x563B40) is known color: Jon. HEX triplet: 56, 3B and 40. RGB value is (86,59,64). Sum of RGB (Red+Green+Blue) = 86+59+64=209 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.15% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 86 - color contains mainly: red. Hex color #563B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563B40 is #A9C4BF. Grayscale: #434343. Windows color (decimal): -11125952 or 4209494. OLE color: 4209494.
HSL color Cylindrical-coordinate representation of color #563B40: hue angle of 348.89º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #563B40 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 59 | 64 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.66 |
| HSL | 348.89º | 0.19% | 0.28% | - |
| HSV(B) | 348.89º | 0.31% | 0.34% | - |
| XYZ | 6.33 | 5.48 | 5.57 | - |
| YUV | 67.64 | 125.95 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 59 | 64 | 0 | 0.31 | 0.26 | 0.66 | 348.89 | 0.19 | 0.28 |
| Hex | 56 | 3B | 40 | 0 | 1F | 1A | 42 | 15D | 13 | 1C |
| Octal | 126 | 73 | 100 | 0 | 37 | 32 | 102 | 535 | 23 | 34 |
| Binary | 1010110 | 111011 | 1000000 | 0 | 11111 | 11010 | 1000010 | 101011101 | 10011 | 11100 |
Color Harmonies of #563B40
Complementary color
Monochromatic Colors of #563B40
Black with #563B40
Text Example
Text Example
White with #563B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563B40; }
p { color: rgb(86,59,64); }
H1.HeaderClassName
{
color: #563B40;
}
.AnyTagClassName
{
color: #563B40;
}
</style>
background-color css
<style>
a { background-color: #563B40; }
a { background-color: rgb(86,59,64); }
div.DivClassName
{
background-color: #563B40;
}
.BgClassName
{
background-color: #563B40;
}
</style>
border-color css
<style>
span { border-color: #563B40; }
span { border-color: rgb(86,59,64); }
td.TdClassName
{
border-color: #563B40;
}
.TagClassName
{
border-color: #563B40;
}
</style>