Shades of Jon #493D40
Tints of Jon #493D40
RGB
CMYK
RGB Variations
Color information
#493D40 (or 0x493D40) is known color: Jon. HEX triplet: 49, 3D and 40. RGB value is (73,61,64). Sum of RGB (Red+Green+Blue) = 73+61+64=198 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.87% from 198); Green value is 61 (24.22% from 255 or 30.81% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 73 - color contains mainly: red. Hex color #493D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493D40 is #B6C2BF. Grayscale: #404040. Windows color (decimal): -11977408 or 4209993. OLE color: 4209993.
HSL color Cylindrical-coordinate representation of color #493D40: hue angle of 345º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #493D40 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 61 | 64 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.71 |
| HSL | 345º | 0.09% | 0.26% | - |
| HSV(B) | 345º | 0.16% | 0.29% | - |
| XYZ | 5.34 | 5.12 | 5.56 | - |
| YUV | 64.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 64 | 0 | 0.16 | 0.12 | 0.71 | 345 | 0.09 | 0.26 |
| Hex | 49 | 3D | 40 | 0 | 10 | C | 47 | 159 | 9 | 1A |
| Octal | 111 | 75 | 100 | 0 | 20 | 14 | 107 | 531 | 11 | 32 |
| Binary | 1001001 | 111101 | 1000000 | 0 | 10000 | 1100 | 1000111 | 101011001 | 1001 | 11010 |
Color Harmonies of #493D40
Complementary color
Monochromatic Colors of #493D40
Black with #493D40
Text Example
Text Example
White with #493D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493D40; }
p { color: rgb(73,61,64); }
H1.HeaderClassName
{
color: #493D40;
}
.AnyTagClassName
{
color: #493D40;
}
</style>
background-color css
<style>
a { background-color: #493D40; }
a { background-color: rgb(73,61,64); }
div.DivClassName
{
background-color: #493D40;
}
.BgClassName
{
background-color: #493D40;
}
</style>
border-color css
<style>
span { border-color: #493D40; }
span { border-color: rgb(73,61,64); }
td.TdClassName
{
border-color: #493D40;
}
.TagClassName
{
border-color: #493D40;
}
</style>