Shades of Jon #563B3C
Tints of Jon #563B3C
RGB
CMYK
RGB Variations
Color information
#563B3C (or 0x563B3C) is known color: Jon. HEX triplet: 56, 3B and 3C. RGB value is (86,59,60). Sum of RGB (Red+Green+Blue) = 86+59+60=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 59 (23.44% from 255 or 28.78% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 86 - color contains mainly: red. Hex color #563B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563B3C is #A9C4C3. Grayscale: #434343. Windows color (decimal): -11125956 or 3947350. OLE color: 3947350.
HSL color Cylindrical-coordinate representation of color #563B3C: hue angle of 357.78º 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 #563B3C is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 59 | 60 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.66 |
| HSL | 357.78º | 0.19% | 0.28% | - |
| HSV(B) | 357.78º | 0.31% | 0.34% | - |
| XYZ | 6.22 | 5.43 | 5 | - |
| YUV | 67.19 | 123.95 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 59 | 60 | 0 | 0.31 | 0.30 | 0.66 | 357.78 | 0.19 | 0.28 |
| Hex | 56 | 3B | 3C | 0 | 1F | 1E | 42 | 166 | 13 | 1C |
| Octal | 126 | 73 | 74 | 0 | 37 | 36 | 102 | 546 | 23 | 34 |
| Binary | 1010110 | 111011 | 111100 | 0 | 11111 | 11110 | 1000010 | 101100110 | 10011 | 11100 |
Color Harmonies of #563B3C
Complementary color
Monochromatic Colors of #563B3C
Black with #563B3C
Text Example
Text Example
White with #563B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563B3C; }
p { color: rgb(86,59,60); }
H1.HeaderClassName
{
color: #563B3C;
}
.AnyTagClassName
{
color: #563B3C;
}
</style>
background-color css
<style>
a { background-color: #563B3C; }
a { background-color: rgb(86,59,60); }
div.DivClassName
{
background-color: #563B3C;
}
.BgClassName
{
background-color: #563B3C;
}
</style>
border-color css
<style>
span { border-color: #563B3C; }
span { border-color: rgb(86,59,60); }
td.TdClassName
{
border-color: #563B3C;
}
.TagClassName
{
border-color: #563B3C;
}
</style>