Shades of Jon #573B40
Tints of Jon #573B40
RGB
CMYK
RGB Variations
Color information
#573B40 (or 0x573B40) is known color: Jon. HEX triplet: 57, 3B and 40. RGB value is (87,59,64). Sum of RGB (Red+Green+Blue) = 87+59+64=210 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.43% from 210); Green value is 59 (23.44% from 255 or 28.10% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 87 - color contains mainly: red. Hex color #573B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573B40 is #A8C4BF. Grayscale: #434343. Windows color (decimal): -11060416 or 4209495. OLE color: 4209495.
HSL color Cylindrical-coordinate representation of color #573B40: hue angle of 349.29º 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 #573B40 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 59 | 64 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.66 |
| HSL | 349.29º | 0.19% | 0.29% | - |
| HSV(B) | 349.29º | 0.32% | 0.34% | - |
| XYZ | 6.42 | 5.52 | 5.58 | - |
| YUV | 67.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 59 | 64 | 0 | 0.32 | 0.26 | 0.66 | 349.29 | 0.19 | 0.29 |
| Hex | 57 | 3B | 40 | 0 | 20 | 1A | 42 | 15D | 13 | 1D |
| Octal | 127 | 73 | 100 | 0 | 40 | 32 | 102 | 535 | 23 | 35 |
| Binary | 1010111 | 111011 | 1000000 | 0 | 100000 | 11010 | 1000010 | 101011101 | 10011 | 11101 |
Color Harmonies of #573B40
Complementary color
Monochromatic Colors of #573B40
Black with #573B40
Text Example
Text Example
White with #573B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573B40; }
p { color: rgb(87,59,64); }
H1.HeaderClassName
{
color: #573B40;
}
.AnyTagClassName
{
color: #573B40;
}
</style>
background-color css
<style>
a { background-color: #573B40; }
a { background-color: rgb(87,59,64); }
div.DivClassName
{
background-color: #573B40;
}
.BgClassName
{
background-color: #573B40;
}
</style>
border-color css
<style>
span { border-color: #573B40; }
span { border-color: rgb(87,59,64); }
td.TdClassName
{
border-color: #573B40;
}
.TagClassName
{
border-color: #573B40;
}
</style>