Shades of Jon #573B3F
Tints of Jon #573B3F
RGB
CMYK
RGB Variations
Color information
#573B3F (or 0x573B3F) is known color: Jon. HEX triplet: 57, 3B and 3F. RGB value is (87,59,63). Sum of RGB (Red+Green+Blue) = 87+59+63=209 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.63% from 209); Green value is 59 (23.44% from 255 or 28.23% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 87 - color contains mainly: red. Hex color #573B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573B3F is #A8C4C0. Grayscale: #434343. Windows color (decimal): -11060417 or 4143959. OLE color: 4143959.
HSL color Cylindrical-coordinate representation of color #573B3F: hue angle of 351.43º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #573B3F is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 59 | 63 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.66 |
| HSL | 351.43º | 0.19% | 0.29% | - |
| HSV(B) | 351.43º | 0.32% | 0.34% | - |
| XYZ | 6.39 | 5.51 | 5.43 | - |
| YUV | 67.83 | 125.28 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 59 | 63 | 0 | 0.32 | 0.28 | 0.66 | 351.43 | 0.19 | 0.29 |
| Hex | 57 | 3B | 3F | 0 | 20 | 1C | 42 | 15F | 13 | 1D |
| Octal | 127 | 73 | 77 | 0 | 40 | 34 | 102 | 537 | 23 | 35 |
| Binary | 1010111 | 111011 | 111111 | 0 | 100000 | 11100 | 1000010 | 101011111 | 10011 | 11101 |
Color Harmonies of #573B3F
Complementary color
Monochromatic Colors of #573B3F
Black with #573B3F
Text Example
Text Example
White with #573B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573B3F; }
p { color: rgb(87,59,63); }
H1.HeaderClassName
{
color: #573B3F;
}
.AnyTagClassName
{
color: #573B3F;
}
</style>
background-color css
<style>
a { background-color: #573B3F; }
a { background-color: rgb(87,59,63); }
div.DivClassName
{
background-color: #573B3F;
}
.BgClassName
{
background-color: #573B3F;
}
</style>
border-color css
<style>
span { border-color: #573B3F; }
span { border-color: rgb(87,59,63); }
td.TdClassName
{
border-color: #573B3F;
}
.TagClassName
{
border-color: #573B3F;
}
</style>