Shades of Jon #573D40
Tints of Jon #573D40
RGB
CMYK
RGB Variations
Color information
#573D40 (or 0x573D40) is known color: Jon. HEX triplet: 57, 3D and 40. RGB value is (87,61,64). Sum of RGB (Red+Green+Blue) = 87+61+64=212 (28% of max value = 765). Red value is 87 (34.38% from 255 or 41.04% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 87 - color contains mainly: red. Hex color #573D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573D40 is #A8C2BF. Grayscale: #454545. Windows color (decimal): -11059904 or 4210007. OLE color: 4210007.
HSL color Cylindrical-coordinate representation of color #573D40: hue angle of 353.08º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #573D40 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 61 | 64 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.66 |
| HSL | 353.08º | 0.18% | 0.29% | - |
| HSV(B) | 353.08º | 0.3% | 0.34% | - |
| XYZ | 6.52 | 5.73 | 5.61 | - |
| YUV | 69.12 | 125.11 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 61 | 64 | 0 | 0.30 | 0.26 | 0.66 | 353.08 | 0.18 | 0.29 |
| Hex | 57 | 3D | 40 | 0 | 1E | 1A | 42 | 161 | 12 | 1D |
| Octal | 127 | 75 | 100 | 0 | 36 | 32 | 102 | 541 | 22 | 35 |
| Binary | 1010111 | 111101 | 1000000 | 0 | 11110 | 11010 | 1000010 | 101100001 | 10010 | 11101 |
Color Harmonies of #573D40
Complementary color
Monochromatic Colors of #573D40
Black with #573D40
Text Example
Text Example
White with #573D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573D40; }
p { color: rgb(87,61,64); }
H1.HeaderClassName
{
color: #573D40;
}
.AnyTagClassName
{
color: #573D40;
}
</style>
background-color css
<style>
a { background-color: #573D40; }
a { background-color: rgb(87,61,64); }
div.DivClassName
{
background-color: #573D40;
}
.BgClassName
{
background-color: #573D40;
}
</style>
border-color css
<style>
span { border-color: #573D40; }
span { border-color: rgb(87,61,64); }
td.TdClassName
{
border-color: #573D40;
}
.TagClassName
{
border-color: #573D40;
}
</style>