Shades of Jon #583B40
Tints of Jon #583B40
RGB
CMYK
RGB Variations
Color information
#583B40 (or 0x583B40) is known color: Jon. HEX triplet: 58, 3B and 40. RGB value is (88,59,64). Sum of RGB (Red+Green+Blue) = 88+59+64=211 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.71% from 211); Green value is 59 (23.44% from 255 or 27.96% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 88 - color contains mainly: red. Hex color #583B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #583B40 is #A7C4BF. Grayscale: #444444. Windows color (decimal): -10994880 or 4209496. OLE color: 4209496.
HSL color Cylindrical-coordinate representation of color #583B40: hue angle of 349.66º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #583B40 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 59 | 64 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.65 |
| HSL | 349.66º | 0.2% | 0.29% | - |
| HSV(B) | 349.66º | 0.33% | 0.35% | - |
| XYZ | 6.51 | 5.57 | 5.58 | - |
| YUV | 68.24 | 125.61 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 59 | 64 | 0 | 0.33 | 0.27 | 0.65 | 349.66 | 0.2 | 0.29 |
| Hex | 58 | 3B | 40 | 0 | 21 | 1B | 41 | 15E | 14 | 1D |
| Octal | 130 | 73 | 100 | 0 | 41 | 33 | 101 | 536 | 24 | 35 |
| Binary | 1011000 | 111011 | 1000000 | 0 | 100001 | 11011 | 1000001 | 101011110 | 10100 | 11101 |
Color Harmonies of #583B40
Complementary color
Monochromatic Colors of #583B40
Black with #583B40
Text Example
Text Example
White with #583B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583B40; }
p { color: rgb(88,59,64); }
H1.HeaderClassName
{
color: #583B40;
}
.AnyTagClassName
{
color: #583B40;
}
</style>
background-color css
<style>
a { background-color: #583B40; }
a { background-color: rgb(88,59,64); }
div.DivClassName
{
background-color: #583B40;
}
.BgClassName
{
background-color: #583B40;
}
</style>
border-color css
<style>
span { border-color: #583B40; }
span { border-color: rgb(88,59,64); }
td.TdClassName
{
border-color: #583B40;
}
.TagClassName
{
border-color: #583B40;
}
</style>