Shades of Jon #4F393C
Tints of Jon #4F393C
RGB
CMYK
RGB Variations
Color information
#4F393C (or 0x4F393C) is known color: Jon. HEX triplet: 4F, 39 and 3C. RGB value is (79,57,60). Sum of RGB (Red+Green+Blue) = 79+57+60=196 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.31% from 196); Green value is 57 (22.66% from 255 or 29.08% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 79 - color contains mainly: red. Hex color #4F393C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F393C is #B0C6C3. Grayscale: #3F3F3F. Windows color (decimal): -11585220 or 3946831. OLE color: 3946831.
HSL color Cylindrical-coordinate representation of color #4F393C: hue angle of 351.82º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4F393C is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 57 | 60 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.69 |
| HSL | 351.82º | 0.16% | 0.27% | - |
| HSV(B) | 351.82º | 0.28% | 0.31% | - |
| XYZ | 5.5 | 4.91 | 4.93 | - |
| YUV | 63.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 57 | 60 | 0 | 0.28 | 0.24 | 0.69 | 351.82 | 0.16 | 0.27 |
| Hex | 4F | 39 | 3C | 0 | 1C | 18 | 45 | 160 | 10 | 1B |
| Octal | 117 | 71 | 74 | 0 | 34 | 30 | 105 | 540 | 20 | 33 |
| Binary | 1001111 | 111001 | 111100 | 0 | 11100 | 11000 | 1000101 | 101100000 | 10000 | 11011 |
Color Harmonies of #4F393C
Complementary color
Monochromatic Colors of #4F393C
Black with #4F393C
Text Example
Text Example
White with #4F393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F393C; }
p { color: rgb(79,57,60); }
H1.HeaderClassName
{
color: #4F393C;
}
.AnyTagClassName
{
color: #4F393C;
}
</style>
background-color css
<style>
a { background-color: #4F393C; }
a { background-color: rgb(79,57,60); }
div.DivClassName
{
background-color: #4F393C;
}
.BgClassName
{
background-color: #4F393C;
}
</style>
border-color css
<style>
span { border-color: #4F393C; }
span { border-color: rgb(79,57,60); }
td.TdClassName
{
border-color: #4F393C;
}
.TagClassName
{
border-color: #4F393C;
}
</style>