Shades of Jon #49393A
Tints of Jon #49393A
RGB
CMYK
RGB Variations
Color information
#49393A (or 0x49393A) is known color: Jon. HEX triplet: 49, 39 and 3A. RGB value is (73,57,58). Sum of RGB (Red+Green+Blue) = 73+57+58=188 (24% of max value = 765). Red value is 73 (28.91% from 255 or 38.83% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 58 (23.05% from 255 or 30.85% from 188); Max value from RGB is 73 - color contains mainly: red. Hex color #49393A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49393A is #B6C6C5. Grayscale: #3D3D3D. Windows color (decimal): -11978438 or 3815753. OLE color: 3815753.
HSL color Cylindrical-coordinate representation of color #49393A: hue angle of 356.25º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #49393A is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 57 | 58 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.71 |
| HSL | 356.25º | 0.12% | 0.25% | - |
| HSV(B) | 356.25º | 0.22% | 0.29% | - |
| XYZ | 4.97 | 4.65 | 4.64 | - |
| YUV | 61.9 | 125.8 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 57 | 58 | 0 | 0.22 | 0.21 | 0.71 | 356.25 | 0.12 | 0.25 |
| Hex | 49 | 39 | 3A | 0 | 16 | 15 | 47 | 164 | C | 19 |
| Octal | 111 | 71 | 72 | 0 | 26 | 25 | 107 | 544 | 14 | 31 |
| Binary | 1001001 | 111001 | 111010 | 0 | 10110 | 10101 | 1000111 | 101100100 | 1100 | 11001 |
Color Harmonies of #49393A
Complementary color
Monochromatic Colors of #49393A
Black with #49393A
Text Example
Text Example
White with #49393A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49393A; }
p { color: rgb(73,57,58); }
H1.HeaderClassName
{
color: #49393A;
}
.AnyTagClassName
{
color: #49393A;
}
</style>
background-color css
<style>
a { background-color: #49393A; }
a { background-color: rgb(73,57,58); }
div.DivClassName
{
background-color: #49393A;
}
.BgClassName
{
background-color: #49393A;
}
</style>
border-color css
<style>
span { border-color: #49393A; }
span { border-color: rgb(73,57,58); }
td.TdClassName
{
border-color: #49393A;
}
.TagClassName
{
border-color: #49393A;
}
</style>