Shades of Jon #563A3F
Tints of Jon #563A3F
RGB
CMYK
RGB Variations
Color information
#563A3F (or 0x563A3F) is known color: Jon. HEX triplet: 56, 3A and 3F. RGB value is (86,58,63). Sum of RGB (Red+Green+Blue) = 86+58+63=207 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.55% from 207); Green value is 58 (23.05% from 255 or 28.02% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 86 - color contains mainly: red. Hex color #563A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563A3F is #A9C5C0. Grayscale: #424242. Windows color (decimal): -11126209 or 4143702. OLE color: 4143702.
HSL color Cylindrical-coordinate representation of color #563A3F: hue angle of 349.29º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #563A3F is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 58 | 63 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.66 |
| HSL | 349.29º | 0.19% | 0.28% | - |
| HSV(B) | 349.29º | 0.33% | 0.34% | - |
| XYZ | 6.25 | 5.36 | 5.41 | - |
| YUV | 66.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 58 | 63 | 0 | 0.33 | 0.27 | 0.66 | 349.29 | 0.19 | 0.28 |
| Hex | 56 | 3A | 3F | 0 | 21 | 1B | 42 | 15D | 13 | 1C |
| Octal | 126 | 72 | 77 | 0 | 41 | 33 | 102 | 535 | 23 | 34 |
| Binary | 1010110 | 111010 | 111111 | 0 | 100001 | 11011 | 1000010 | 101011101 | 10011 | 11100 |
Color Harmonies of #563A3F
Complementary color
Monochromatic Colors of #563A3F
Black with #563A3F
Text Example
Text Example
White with #563A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563A3F; }
p { color: rgb(86,58,63); }
H1.HeaderClassName
{
color: #563A3F;
}
.AnyTagClassName
{
color: #563A3F;
}
</style>
background-color css
<style>
a { background-color: #563A3F; }
a { background-color: rgb(86,58,63); }
div.DivClassName
{
background-color: #563A3F;
}
.BgClassName
{
background-color: #563A3F;
}
</style>
border-color css
<style>
span { border-color: #563A3F; }
span { border-color: rgb(86,58,63); }
td.TdClassName
{
border-color: #563A3F;
}
.TagClassName
{
border-color: #563A3F;
}
</style>