Shades of Jon #4F3D3E
Tints of Jon #4F3D3E
RGB
CMYK
RGB Variations
Color information
#4F3D3E (or 0x4F3D3E) is known color: Jon. HEX triplet: 4F, 3D and 3E. RGB value is (79,61,62). Sum of RGB (Red+Green+Blue) = 79+61+62=202 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.11% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 62 (24.61% from 255 or 30.69% from 202); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3D3E is #B0C2C1. Grayscale: #424242. Windows color (decimal): -11584194 or 4078927. OLE color: 4078927.
HSL color Cylindrical-coordinate representation of color #4F3D3E: hue angle of 356.67º 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 #4F3D3E is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 61 | 62 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.69 |
| HSL | 356.67º | 0.13% | 0.27% | - |
| HSV(B) | 356.67º | 0.23% | 0.31% | - |
| XYZ | 5.76 | 5.35 | 5.29 | - |
| YUV | 66.5 | 125.46 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 61 | 62 | 0 | 0.23 | 0.22 | 0.69 | 356.67 | 0.13 | 0.27 |
| Hex | 4F | 3D | 3E | 0 | 17 | 16 | 45 | 165 | D | 1B |
| Octal | 117 | 75 | 76 | 0 | 27 | 26 | 105 | 545 | 15 | 33 |
| Binary | 1001111 | 111101 | 111110 | 0 | 10111 | 10110 | 1000101 | 101100101 | 1101 | 11011 |
Color Harmonies of #4F3D3E
Complementary color
Monochromatic Colors of #4F3D3E
Black with #4F3D3E
Text Example
Text Example
White with #4F3D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3D3E; }
p { color: rgb(79,61,62); }
H1.HeaderClassName
{
color: #4F3D3E;
}
.AnyTagClassName
{
color: #4F3D3E;
}
</style>
background-color css
<style>
a { background-color: #4F3D3E; }
a { background-color: rgb(79,61,62); }
div.DivClassName
{
background-color: #4F3D3E;
}
.BgClassName
{
background-color: #4F3D3E;
}
</style>
border-color css
<style>
span { border-color: #4F3D3E; }
span { border-color: rgb(79,61,62); }
td.TdClassName
{
border-color: #4F3D3E;
}
.TagClassName
{
border-color: #4F3D3E;
}
</style>