Shades of Jon #493C3F
Tints of Jon #493C3F
RGB
CMYK
RGB Variations
Color information
#493C3F (or 0x493C3F) is known color: Jon. HEX triplet: 49, 3C and 3F. RGB value is (73,60,63). Sum of RGB (Red+Green+Blue) = 73+60+63=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 73 - color contains mainly: red. Hex color #493C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493C3F is #B6C3C0. Grayscale: #404040. Windows color (decimal): -11977665 or 4144201. OLE color: 4144201.
HSL color Cylindrical-coordinate representation of color #493C3F: hue angle of 346.15º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #493C3F is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 60 | 63 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.71 |
| HSL | 346.15º | 0.1% | 0.26% | - |
| HSV(B) | 346.15º | 0.18% | 0.29% | - |
| XYZ | 5.26 | 5.01 | 5.39 | - |
| YUV | 64.23 | 127.31 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 60 | 63 | 0 | 0.18 | 0.14 | 0.71 | 346.15 | 0.1 | 0.26 |
| Hex | 49 | 3C | 3F | 0 | 12 | E | 47 | 15A | A | 1A |
| Octal | 111 | 74 | 77 | 0 | 22 | 16 | 107 | 532 | 12 | 32 |
| Binary | 1001001 | 111100 | 111111 | 0 | 10010 | 1110 | 1000111 | 101011010 | 1010 | 11010 |
Color Harmonies of #493C3F
Complementary color
Monochromatic Colors of #493C3F
Black with #493C3F
Text Example
Text Example
White with #493C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493C3F; }
p { color: rgb(73,60,63); }
H1.HeaderClassName
{
color: #493C3F;
}
.AnyTagClassName
{
color: #493C3F;
}
</style>
background-color css
<style>
a { background-color: #493C3F; }
a { background-color: rgb(73,60,63); }
div.DivClassName
{
background-color: #493C3F;
}
.BgClassName
{
background-color: #493C3F;
}
</style>
border-color css
<style>
span { border-color: #493C3F; }
span { border-color: rgb(73,60,63); }
td.TdClassName
{
border-color: #493C3F;
}
.TagClassName
{
border-color: #493C3F;
}
</style>