Shades of Jon #4D3839
Tints of Jon #4D3839
RGB
CMYK
RGB Variations
Color information
#4D3839 (or 0x4D3839) is known color: Jon. HEX triplet: 4D, 38 and 39. RGB value is (77,56,57). Sum of RGB (Red+Green+Blue) = 77+56+57=190 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.53% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 57 (22.66% from 255 or 30% from 190); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3839 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3839 is #B2C7C6. Grayscale: #3E3E3E. Windows color (decimal): -11716551 or 3749965. OLE color: 3749965.
HSL color Cylindrical-coordinate representation of color #4D3839: hue angle of 357.14º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4D3839 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 56 | 57 | - |
| CMYK | 0 | 0.27 | 0.26 | 0.70 |
| HSL | 357.14º | 0.16% | 0.26% | - |
| HSV(B) | 357.14º | 0.27% | 0.3% | - |
| XYZ | 5.21 | 4.7 | 4.5 | - |
| YUV | 62.39 | 124.96 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 56 | 57 | 0 | 0.27 | 0.26 | 0.70 | 357.14 | 0.16 | 0.26 |
| Hex | 4D | 38 | 39 | 0 | 1B | 1A | 46 | 165 | 10 | 1A |
| Octal | 115 | 70 | 71 | 0 | 33 | 32 | 106 | 545 | 20 | 32 |
| Binary | 1001101 | 111000 | 111001 | 0 | 11011 | 11010 | 1000110 | 101100101 | 10000 | 11010 |
Color Harmonies of #4D3839
Complementary color
Monochromatic Colors of #4D3839
Black with #4D3839
Text Example
Text Example
White with #4D3839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3839; }
p { color: rgb(77,56,57); }
H1.HeaderClassName
{
color: #4D3839;
}
.AnyTagClassName
{
color: #4D3839;
}
</style>
background-color css
<style>
a { background-color: #4D3839; }
a { background-color: rgb(77,56,57); }
div.DivClassName
{
background-color: #4D3839;
}
.BgClassName
{
background-color: #4D3839;
}
</style>
border-color css
<style>
span { border-color: #4D3839; }
span { border-color: rgb(77,56,57); }
td.TdClassName
{
border-color: #4D3839;
}
.TagClassName
{
border-color: #4D3839;
}
</style>