Shades of Jon #4F3D40
Tints of Jon #4F3D40
RGB
CMYK
RGB Variations
Color information
#4F3D40 (or 0x4F3D40) is known color: Jon. HEX triplet: 4F, 3D and 40. RGB value is (79,61,64). Sum of RGB (Red+Green+Blue) = 79+61+64=204 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.73% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3D40 is #B0C2BF. Grayscale: #424242. Windows color (decimal): -11584192 or 4209999. OLE color: 4209999.
HSL color Cylindrical-coordinate representation of color #4F3D40: hue angle of 350º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4F3D40 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 61 | 64 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.69 |
| HSL | 350º | 0.13% | 0.27% | - |
| HSV(B) | 350º | 0.23% | 0.31% | - |
| XYZ | 5.82 | 5.37 | 5.58 | - |
| YUV | 66.72 | 126.46 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 61 | 64 | 0 | 0.23 | 0.19 | 0.69 | 350 | 0.13 | 0.27 |
| Hex | 4F | 3D | 40 | 0 | 17 | 13 | 45 | 15E | D | 1B |
| Octal | 117 | 75 | 100 | 0 | 27 | 23 | 105 | 536 | 15 | 33 |
| Binary | 1001111 | 111101 | 1000000 | 0 | 10111 | 10011 | 1000101 | 101011110 | 1101 | 11011 |
Color Harmonies of #4F3D40
Complementary color
Monochromatic Colors of #4F3D40
Black with #4F3D40
Text Example
Text Example
White with #4F3D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3D40; }
p { color: rgb(79,61,64); }
H1.HeaderClassName
{
color: #4F3D40;
}
.AnyTagClassName
{
color: #4F3D40;
}
</style>
background-color css
<style>
a { background-color: #4F3D40; }
a { background-color: rgb(79,61,64); }
div.DivClassName
{
background-color: #4F3D40;
}
.BgClassName
{
background-color: #4F3D40;
}
</style>
border-color css
<style>
span { border-color: #4F3D40; }
span { border-color: rgb(79,61,64); }
td.TdClassName
{
border-color: #4F3D40;
}
.TagClassName
{
border-color: #4F3D40;
}
</style>