Shades of Jon #49363A
Tints of Jon #49363A
RGB
CMYK
RGB Variations
Color information
#49363A (or 0x49363A) is known color: Jon. HEX triplet: 49, 36 and 3A. RGB value is (73,54,58). Sum of RGB (Red+Green+Blue) = 73+54+58=185 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.46% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 73 - color contains mainly: red. Hex color #49363A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49363A is #B6C9C5. Grayscale: #3C3C3C. Windows color (decimal): -11979206 or 3814985. OLE color: 3814985.
HSL color Cylindrical-coordinate representation of color #49363A: hue angle of 347.37º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #49363A is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 54 | 58 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.71 |
| HSL | 347.37º | 0.15% | 0.25% | - |
| HSV(B) | 347.37º | 0.26% | 0.29% | - |
| XYZ | 4.83 | 4.36 | 4.59 | - |
| YUV | 60.14 | 126.79 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 54 | 58 | 0 | 0.26 | 0.21 | 0.71 | 347.37 | 0.15 | 0.25 |
| Hex | 49 | 36 | 3A | 0 | 1A | 15 | 47 | 15B | F | 19 |
| Octal | 111 | 66 | 72 | 0 | 32 | 25 | 107 | 533 | 17 | 31 |
| Binary | 1001001 | 110110 | 111010 | 0 | 11010 | 10101 | 1000111 | 101011011 | 1111 | 11001 |
Color Harmonies of #49363A
Complementary color
Monochromatic Colors of #49363A
Black with #49363A
Text Example
Text Example
White with #49363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49363A; }
p { color: rgb(73,54,58); }
H1.HeaderClassName
{
color: #49363A;
}
.AnyTagClassName
{
color: #49363A;
}
</style>
background-color css
<style>
a { background-color: #49363A; }
a { background-color: rgb(73,54,58); }
div.DivClassName
{
background-color: #49363A;
}
.BgClassName
{
background-color: #49363A;
}
</style>
border-color css
<style>
span { border-color: #49363A; }
span { border-color: rgb(73,54,58); }
td.TdClassName
{
border-color: #49363A;
}
.TagClassName
{
border-color: #49363A;
}
</style>