Shades of Jon #493D41
Tints of Jon #493D41
RGB
CMYK
RGB Variations
Color information
#493D41 (or 0x493D41) is known color: Jon. HEX triplet: 49, 3D and 41. RGB value is (73,61,65). Sum of RGB (Red+Green+Blue) = 73+61+65=199 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.68% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 73 - color contains mainly: red. Hex color #493D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493D41 is #B6C2BE. Grayscale: #414141. Windows color (decimal): -11977407 or 4275529. OLE color: 4275529.
HSL color Cylindrical-coordinate representation of color #493D41: hue angle of 340º 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 #493D41 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 61 | 65 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.71 |
| HSL | 340º | 0.09% | 0.26% | - |
| HSV(B) | 340º | 0.16% | 0.29% | - |
| XYZ | 5.37 | 5.14 | 5.71 | - |
| YUV | 65.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 61 | 65 | 0 | 0.16 | 0.11 | 0.71 | 340 | 0.09 | 0.26 |
| Hex | 49 | 3D | 41 | 0 | 10 | B | 47 | 154 | 9 | 1A |
| Octal | 111 | 75 | 101 | 0 | 20 | 13 | 107 | 524 | 11 | 32 |
| Binary | 1001001 | 111101 | 1000001 | 0 | 10000 | 1011 | 1000111 | 101010100 | 1001 | 11010 |
Color Harmonies of #493D41
Complementary color
Monochromatic Colors of #493D41
Black with #493D41
Text Example
Text Example
White with #493D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493D41; }
p { color: rgb(73,61,65); }
H1.HeaderClassName
{
color: #493D41;
}
.AnyTagClassName
{
color: #493D41;
}
</style>
background-color css
<style>
a { background-color: #493D41; }
a { background-color: rgb(73,61,65); }
div.DivClassName
{
background-color: #493D41;
}
.BgClassName
{
background-color: #493D41;
}
</style>
border-color css
<style>
span { border-color: #493D41; }
span { border-color: rgb(73,61,65); }
td.TdClassName
{
border-color: #493D41;
}
.TagClassName
{
border-color: #493D41;
}
</style>