Shades of Jon #4D393D
Tints of Jon #4D393D
RGB
CMYK
RGB Variations
Color information
#4D393D (or 0x4D393D) is known color: Jon. HEX triplet: 4D, 39 and 3D. RGB value is (77,57,61). Sum of RGB (Red+Green+Blue) = 77+57+61=195 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.49% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 77 - color contains mainly: red. Hex color #4D393D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D393D is #B2C6C2. Grayscale: #3F3F3F. Windows color (decimal): -11716291 or 4012365. OLE color: 4012365.
HSL color Cylindrical-coordinate representation of color #4D393D: hue angle of 348º 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 #4D393D is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 57 | 61 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.70 |
| HSL | 348º | 0.15% | 0.26% | - |
| HSV(B) | 348º | 0.26% | 0.3% | - |
| XYZ | 5.37 | 4.84 | 5.07 | - |
| YUV | 63.44 | 126.63 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 57 | 61 | 0 | 0.26 | 0.21 | 0.70 | 348 | 0.15 | 0.26 |
| Hex | 4D | 39 | 3D | 0 | 1A | 15 | 46 | 15C | F | 1A |
| Octal | 115 | 71 | 75 | 0 | 32 | 25 | 106 | 534 | 17 | 32 |
| Binary | 1001101 | 111001 | 111101 | 0 | 11010 | 10101 | 1000110 | 101011100 | 1111 | 11010 |
Color Harmonies of #4D393D
Complementary color
Monochromatic Colors of #4D393D
Black with #4D393D
Text Example
Text Example
White with #4D393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D393D; }
p { color: rgb(77,57,61); }
H1.HeaderClassName
{
color: #4D393D;
}
.AnyTagClassName
{
color: #4D393D;
}
</style>
background-color css
<style>
a { background-color: #4D393D; }
a { background-color: rgb(77,57,61); }
div.DivClassName
{
background-color: #4D393D;
}
.BgClassName
{
background-color: #4D393D;
}
</style>
border-color css
<style>
span { border-color: #4D393D; }
span { border-color: rgb(77,57,61); }
td.TdClassName
{
border-color: #4D393D;
}
.TagClassName
{
border-color: #4D393D;
}
</style>