Shades of Jon #49383D
Tints of Jon #49383D
RGB
CMYK
RGB Variations
Color information
#49383D (or 0x49383D) is known color: Jon. HEX triplet: 49, 38 and 3D. RGB value is (73,56,61). Sum of RGB (Red+Green+Blue) = 73+56+61=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 73 - color contains mainly: red. Hex color #49383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49383D is #B6C7C2. Grayscale: #3D3D3D. Windows color (decimal): -11978691 or 4012105. OLE color: 4012105.
HSL color Cylindrical-coordinate representation of color #49383D: hue angle of 342.35º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #49383D is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 56 | 61 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.71 |
| HSL | 342.35º | 0.13% | 0.25% | - |
| HSV(B) | 342.35º | 0.23% | 0.29% | - |
| XYZ | 5 | 4.58 | 5.04 | - |
| YUV | 61.65 | 127.63 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 56 | 61 | 0 | 0.23 | 0.16 | 0.71 | 342.35 | 0.13 | 0.25 |
| Hex | 49 | 38 | 3D | 0 | 17 | 10 | 47 | 156 | D | 19 |
| Octal | 111 | 70 | 75 | 0 | 27 | 20 | 107 | 526 | 15 | 31 |
| Binary | 1001001 | 111000 | 111101 | 0 | 10111 | 10000 | 1000111 | 101010110 | 1101 | 11001 |
Color Harmonies of #49383D
Complementary color
Monochromatic Colors of #49383D
Black with #49383D
Text Example
Text Example
White with #49383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49383D; }
p { color: rgb(73,56,61); }
H1.HeaderClassName
{
color: #49383D;
}
.AnyTagClassName
{
color: #49383D;
}
</style>
background-color css
<style>
a { background-color: #49383D; }
a { background-color: rgb(73,56,61); }
div.DivClassName
{
background-color: #49383D;
}
.BgClassName
{
background-color: #49383D;
}
</style>
border-color css
<style>
span { border-color: #49383D; }
span { border-color: rgb(73,56,61); }
td.TdClassName
{
border-color: #49383D;
}
.TagClassName
{
border-color: #49383D;
}
</style>