Shades of Jon #493A3B
Tints of Jon #493A3B
RGB
CMYK
RGB Variations
Color information
#493A3B (or 0x493A3B) is known color: Jon. HEX triplet: 49, 3A and 3B. RGB value is (73,58,59). Sum of RGB (Red+Green+Blue) = 73+58+59=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 58 (23.05% from 255 or 30.53% from 190); Blue value is 59 (23.44% from 255 or 31.05% from 190); Max value from RGB is 73 - color contains mainly: red. Hex color #493A3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A3B is #B6C5C4. Grayscale: #3E3E3E. Windows color (decimal): -11978181 or 3881545. OLE color: 3881545.
HSL color Cylindrical-coordinate representation of color #493A3B: hue angle of 356º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #493A3B is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 58 | 59 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.71 |
| HSL | 356º | 0.11% | 0.26% | - |
| HSV(B) | 356º | 0.21% | 0.29% | - |
| XYZ | 5.05 | 4.76 | 4.79 | - |
| YUV | 62.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 58 | 59 | 0 | 0.21 | 0.19 | 0.71 | 356 | 0.11 | 0.26 |
| Hex | 49 | 3A | 3B | 0 | 15 | 13 | 47 | 164 | B | 1A |
| Octal | 111 | 72 | 73 | 0 | 25 | 23 | 107 | 544 | 13 | 32 |
| Binary | 1001001 | 111010 | 111011 | 0 | 10101 | 10011 | 1000111 | 101100100 | 1011 | 11010 |
Color Harmonies of #493A3B
Complementary color
Monochromatic Colors of #493A3B
Black with #493A3B
Text Example
Text Example
White with #493A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493A3B; }
p { color: rgb(73,58,59); }
H1.HeaderClassName
{
color: #493A3B;
}
.AnyTagClassName
{
color: #493A3B;
}
</style>
background-color css
<style>
a { background-color: #493A3B; }
a { background-color: rgb(73,58,59); }
div.DivClassName
{
background-color: #493A3B;
}
.BgClassName
{
background-color: #493A3B;
}
</style>
border-color css
<style>
span { border-color: #493A3B; }
span { border-color: rgb(73,58,59); }
td.TdClassName
{
border-color: #493A3B;
}
.TagClassName
{
border-color: #493A3B;
}
</style>