Shades of Jon #573B3C
Tints of Jon #573B3C
RGB
CMYK
RGB Variations
Color information
#573B3C (or 0x573B3C) is known color: Jon. HEX triplet: 57, 3B and 3C. RGB value is (87,59,60). Sum of RGB (Red+Green+Blue) = 87+59+60=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 87 - color contains mainly: red. Hex color #573B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573B3C is #A8C4C3. Grayscale: #434343. Windows color (decimal): -11060420 or 3947351. OLE color: 3947351.
HSL color Cylindrical-coordinate representation of color #573B3C: hue angle of 357.86º 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 #573B3C is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 59 | 60 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.66 |
| HSL | 357.86º | 0.19% | 0.29% | - |
| HSV(B) | 357.86º | 0.32% | 0.34% | - |
| XYZ | 6.31 | 5.48 | 5 | - |
| YUV | 67.49 | 123.78 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 59 | 60 | 0 | 0.32 | 0.31 | 0.66 | 357.86 | 0.19 | 0.29 |
| Hex | 57 | 3B | 3C | 0 | 20 | 1F | 42 | 166 | 13 | 1D |
| Octal | 127 | 73 | 74 | 0 | 40 | 37 | 102 | 546 | 23 | 35 |
| Binary | 1010111 | 111011 | 111100 | 0 | 100000 | 11111 | 1000010 | 101100110 | 10011 | 11101 |
Color Harmonies of #573B3C
Complementary color
Monochromatic Colors of #573B3C
Black with #573B3C
Text Example
Text Example
White with #573B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573B3C; }
p { color: rgb(87,59,60); }
H1.HeaderClassName
{
color: #573B3C;
}
.AnyTagClassName
{
color: #573B3C;
}
</style>
background-color css
<style>
a { background-color: #573B3C; }
a { background-color: rgb(87,59,60); }
div.DivClassName
{
background-color: #573B3C;
}
.BgClassName
{
background-color: #573B3C;
}
</style>
border-color css
<style>
span { border-color: #573B3C; }
span { border-color: rgb(87,59,60); }
td.TdClassName
{
border-color: #573B3C;
}
.TagClassName
{
border-color: #573B3C;
}
</style>