Shades of Jon #4D393B
Tints of Jon #4D393B
RGB
CMYK
RGB Variations
Color information
#4D393B (or 0x4D393B) is known color: Jon. HEX triplet: 4D, 39 and 3B. RGB value is (77,57,59). Sum of RGB (Red+Green+Blue) = 77+57+59=193 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.90% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 77 - color contains mainly: red. Hex color #4D393B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D393B is #B2C6C4. Grayscale: #3F3F3F. Windows color (decimal): -11716293 or 3881293. OLE color: 3881293.
HSL color Cylindrical-coordinate representation of color #4D393B: hue angle of 354º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4D393B is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 57 | 59 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.70 |
| HSL | 354º | 0.15% | 0.26% | - |
| HSV(B) | 354º | 0.26% | 0.3% | - |
| XYZ | 5.31 | 4.82 | 4.79 | - |
| YUV | 63.21 | 125.63 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 57 | 59 | 0 | 0.26 | 0.23 | 0.70 | 354 | 0.15 | 0.26 |
| Hex | 4D | 39 | 3B | 0 | 1A | 17 | 46 | 162 | F | 1A |
| Octal | 115 | 71 | 73 | 0 | 32 | 27 | 106 | 542 | 17 | 32 |
| Binary | 1001101 | 111001 | 111011 | 0 | 11010 | 10111 | 1000110 | 101100010 | 1111 | 11010 |
Color Harmonies of #4D393B
Complementary color
Monochromatic Colors of #4D393B
Black with #4D393B
Text Example
Text Example
White with #4D393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D393B; }
p { color: rgb(77,57,59); }
H1.HeaderClassName
{
color: #4D393B;
}
.AnyTagClassName
{
color: #4D393B;
}
</style>
background-color css
<style>
a { background-color: #4D393B; }
a { background-color: rgb(77,57,59); }
div.DivClassName
{
background-color: #4D393B;
}
.BgClassName
{
background-color: #4D393B;
}
</style>
border-color css
<style>
span { border-color: #4D393B; }
span { border-color: rgb(77,57,59); }
td.TdClassName
{
border-color: #4D393B;
}
.TagClassName
{
border-color: #4D393B;
}
</style>