Shades of Jon #4A3839
Tints of Jon #4A3839
RGB
CMYK
RGB Variations
Color information
#4A3839 (or 0x4A3839) is known color: Jon. HEX triplet: 4A, 38 and 39. RGB value is (74,56,57). Sum of RGB (Red+Green+Blue) = 74+56+57=187 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.57% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 57 (22.66% from 255 or 30.48% from 187); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3839 is #B5C7C6. Grayscale: #3D3D3D. Windows color (decimal): -11913159 or 3749962. OLE color: 3749962.
HSL color Cylindrical-coordinate representation of color #4A3839: hue angle of 356.67º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4A3839 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 56 | 57 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.71 |
| HSL | 356.67º | 0.14% | 0.25% | - |
| HSV(B) | 356.67º | 0.24% | 0.29% | - |
| XYZ | 4.98 | 4.58 | 4.49 | - |
| YUV | 61.5 | 125.46 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 56 | 57 | 0 | 0.24 | 0.23 | 0.71 | 356.67 | 0.14 | 0.25 |
| Hex | 4A | 38 | 39 | 0 | 18 | 17 | 47 | 165 | E | 19 |
| Octal | 112 | 70 | 71 | 0 | 30 | 27 | 107 | 545 | 16 | 31 |
| Binary | 1001010 | 111000 | 111001 | 0 | 11000 | 10111 | 1000111 | 101100101 | 1110 | 11001 |
Color Harmonies of #4A3839
Complementary color
Monochromatic Colors of #4A3839
Black with #4A3839
Text Example
Text Example
White with #4A3839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3839; }
p { color: rgb(74,56,57); }
H1.HeaderClassName
{
color: #4A3839;
}
.AnyTagClassName
{
color: #4A3839;
}
</style>
background-color css
<style>
a { background-color: #4A3839; }
a { background-color: rgb(74,56,57); }
div.DivClassName
{
background-color: #4A3839;
}
.BgClassName
{
background-color: #4A3839;
}
</style>
border-color css
<style>
span { border-color: #4A3839; }
span { border-color: rgb(74,56,57); }
td.TdClassName
{
border-color: #4A3839;
}
.TagClassName
{
border-color: #4A3839;
}
</style>