Shades of Jon #4D393C
Tints of Jon #4D393C
RGB
CMYK
RGB Variations
Color information
#4D393C (or 0x4D393C) is known color: Jon. HEX triplet: 4D, 39 and 3C. RGB value is (77,57,60). Sum of RGB (Red+Green+Blue) = 77+57+60=194 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.69% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 77 - color contains mainly: red. Hex color #4D393C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D393C is #B2C6C3. Grayscale: #3F3F3F. Windows color (decimal): -11716292 or 3946829. OLE color: 3946829.
HSL color Cylindrical-coordinate representation of color #4D393C: hue angle of 351º 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 #4D393C is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 57 | 60 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.70 |
| HSL | 351º | 0.15% | 0.26% | - |
| HSV(B) | 351º | 0.26% | 0.3% | - |
| XYZ | 5.34 | 4.83 | 4.93 | - |
| YUV | 63.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 57 | 60 | 0 | 0.26 | 0.22 | 0.70 | 351 | 0.15 | 0.26 |
| Hex | 4D | 39 | 3C | 0 | 1A | 16 | 46 | 15F | F | 1A |
| Octal | 115 | 71 | 74 | 0 | 32 | 26 | 106 | 537 | 17 | 32 |
| Binary | 1001101 | 111001 | 111100 | 0 | 11010 | 10110 | 1000110 | 101011111 | 1111 | 11010 |
Color Harmonies of #4D393C
Complementary color
Monochromatic Colors of #4D393C
Black with #4D393C
Text Example
Text Example
White with #4D393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D393C; }
p { color: rgb(77,57,60); }
H1.HeaderClassName
{
color: #4D393C;
}
.AnyTagClassName
{
color: #4D393C;
}
</style>
background-color css
<style>
a { background-color: #4D393C; }
a { background-color: rgb(77,57,60); }
div.DivClassName
{
background-color: #4D393C;
}
.BgClassName
{
background-color: #4D393C;
}
</style>
border-color css
<style>
span { border-color: #4D393C; }
span { border-color: rgb(77,57,60); }
td.TdClassName
{
border-color: #4D393C;
}
.TagClassName
{
border-color: #4D393C;
}
</style>