Shades of Jon #493F40
Tints of Jon #493F40
RGB
CMYK
RGB Variations
Color information
#493F40 (or 0x493F40) is known color: Jon. HEX triplet: 49, 3F and 40. RGB value is (73,63,64). Sum of RGB (Red+Green+Blue) = 73+63+64=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 73 - color contains mainly: red. Hex color #493F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493F40 is #B6C0BF. Grayscale: #424242. Windows color (decimal): -11976896 or 4210505. OLE color: 4210505.
HSL color Cylindrical-coordinate representation of color #493F40: hue angle of 354º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #493F40 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 63 | 64 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.71 |
| HSL | 354º | 0.07% | 0.27% | - |
| HSV(B) | 354º | 0.14% | 0.29% | - |
| XYZ | 5.45 | 5.34 | 5.59 | - |
| YUV | 66.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 63 | 64 | 0 | 0.14 | 0.12 | 0.71 | 354 | 0.07 | 0.27 |
| Hex | 49 | 3F | 40 | 0 | E | C | 47 | 162 | 7 | 1B |
| Octal | 111 | 77 | 100 | 0 | 16 | 14 | 107 | 542 | 7 | 33 |
| Binary | 1001001 | 111111 | 1000000 | 0 | 1110 | 1100 | 1000111 | 101100010 | 111 | 11011 |
Color Harmonies of #493F40
Complementary color
Monochromatic Colors of #493F40
Black with #493F40
Text Example
Text Example
White with #493F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493F40; }
p { color: rgb(73,63,64); }
H1.HeaderClassName
{
color: #493F40;
}
.AnyTagClassName
{
color: #493F40;
}
</style>
background-color css
<style>
a { background-color: #493F40; }
a { background-color: rgb(73,63,64); }
div.DivClassName
{
background-color: #493F40;
}
.BgClassName
{
background-color: #493F40;
}
</style>
border-color css
<style>
span { border-color: #493F40; }
span { border-color: rgb(73,63,64); }
td.TdClassName
{
border-color: #493F40;
}
.TagClassName
{
border-color: #493F40;
}
</style>