Shades of Jon #4F383C
Tints of Jon #4F383C
RGB
CMYK
RGB Variations
Color information
#4F383C (or 0x4F383C) is known color: Jon. HEX triplet: 4F, 38 and 3C. RGB value is (79,56,60). Sum of RGB (Red+Green+Blue) = 79+56+60=195 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.51% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 79 - color contains mainly: red. Hex color #4F383C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F383C is #B0C7C3. Grayscale: #3F3F3F. Windows color (decimal): -11585476 or 3946575. OLE color: 3946575.
HSL color Cylindrical-coordinate representation of color #4F383C: hue angle of 349.57º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F383C is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 56 | 60 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.69 |
| HSL | 349.57º | 0.17% | 0.26% | - |
| HSV(B) | 349.57º | 0.29% | 0.31% | - |
| XYZ | 5.45 | 4.82 | 4.92 | - |
| YUV | 63.33 | 126.12 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 56 | 60 | 0 | 0.29 | 0.24 | 0.69 | 349.57 | 0.17 | 0.26 |
| Hex | 4F | 38 | 3C | 0 | 1D | 18 | 45 | 15E | 11 | 1A |
| Octal | 117 | 70 | 74 | 0 | 35 | 30 | 105 | 536 | 21 | 32 |
| Binary | 1001111 | 111000 | 111100 | 0 | 11101 | 11000 | 1000101 | 101011110 | 10001 | 11010 |
Color Harmonies of #4F383C
Complementary color
Monochromatic Colors of #4F383C
Black with #4F383C
Text Example
Text Example
White with #4F383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F383C; }
p { color: rgb(79,56,60); }
H1.HeaderClassName
{
color: #4F383C;
}
.AnyTagClassName
{
color: #4F383C;
}
</style>
background-color css
<style>
a { background-color: #4F383C; }
a { background-color: rgb(79,56,60); }
div.DivClassName
{
background-color: #4F383C;
}
.BgClassName
{
background-color: #4F383C;
}
</style>
border-color css
<style>
span { border-color: #4F383C; }
span { border-color: rgb(79,56,60); }
td.TdClassName
{
border-color: #4F383C;
}
.TagClassName
{
border-color: #4F383C;
}
</style>