Shades of Jon #4F383D
Tints of Jon #4F383D
RGB
CMYK
RGB Variations
Color information
#4F383D (or 0x4F383D) is known color: Jon. HEX triplet: 4F, 38 and 3D. RGB value is (79,56,61). Sum of RGB (Red+Green+Blue) = 79+56+61=196 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.31% from 196); Green value is 56 (22.27% from 255 or 28.57% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 79 - color contains mainly: red. Hex color #4F383D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F383D is #B0C7C2. Grayscale: #3F3F3F. Windows color (decimal): -11585475 or 4012111. OLE color: 4012111.
HSL color Cylindrical-coordinate representation of color #4F383D: hue angle of 346.96º 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 #4F383D is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 56 | 61 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.69 |
| HSL | 346.96º | 0.17% | 0.26% | - |
| HSV(B) | 346.96º | 0.29% | 0.31% | - |
| XYZ | 5.48 | 4.83 | 5.06 | - |
| YUV | 63.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 56 | 61 | 0 | 0.29 | 0.23 | 0.69 | 346.96 | 0.17 | 0.26 |
| Hex | 4F | 38 | 3D | 0 | 1D | 17 | 45 | 15B | 11 | 1A |
| Octal | 117 | 70 | 75 | 0 | 35 | 27 | 105 | 533 | 21 | 32 |
| Binary | 1001111 | 111000 | 111101 | 0 | 11101 | 10111 | 1000101 | 101011011 | 10001 | 11010 |
Color Harmonies of #4F383D
Complementary color
Monochromatic Colors of #4F383D
Black with #4F383D
Text Example
Text Example
White with #4F383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F383D; }
p { color: rgb(79,56,61); }
H1.HeaderClassName
{
color: #4F383D;
}
.AnyTagClassName
{
color: #4F383D;
}
</style>
background-color css
<style>
a { background-color: #4F383D; }
a { background-color: rgb(79,56,61); }
div.DivClassName
{
background-color: #4F383D;
}
.BgClassName
{
background-color: #4F383D;
}
</style>
border-color css
<style>
span { border-color: #4F383D; }
span { border-color: rgb(79,56,61); }
td.TdClassName
{
border-color: #4F383D;
}
.TagClassName
{
border-color: #4F383D;
}
</style>