Shades of Jon #4F3A3B
Tints of Jon #4F3A3B
RGB
CMYK
RGB Variations
Color information
#4F3A3B (or 0x4F3A3B) is known color: Jon. HEX triplet: 4F, 3A and 3B. RGB value is (79,58,59). Sum of RGB (Red+Green+Blue) = 79+58+59=196 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.31% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 59 (23.44% from 255 or 30.10% from 196); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3A3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3A3B is #B0C5C4. Grayscale: #404040. Windows color (decimal): -11584965 or 3881551. OLE color: 3881551.
HSL color Cylindrical-coordinate representation of color #4F3A3B: hue angle of 357.14º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4F3A3B is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 58 | 59 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.69 |
| HSL | 357.14º | 0.15% | 0.27% | - |
| HSV(B) | 357.14º | 0.27% | 0.31% | - |
| XYZ | 5.53 | 5 | 4.81 | - |
| YUV | 64.39 | 124.96 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 58 | 59 | 0 | 0.27 | 0.25 | 0.69 | 357.14 | 0.15 | 0.27 |
| Hex | 4F | 3A | 3B | 0 | 1B | 19 | 45 | 165 | F | 1B |
| Octal | 117 | 72 | 73 | 0 | 33 | 31 | 105 | 545 | 17 | 33 |
| Binary | 1001111 | 111010 | 111011 | 0 | 11011 | 11001 | 1000101 | 101100101 | 1111 | 11011 |
Color Harmonies of #4F3A3B
Complementary color
Monochromatic Colors of #4F3A3B
Black with #4F3A3B
Text Example
Text Example
White with #4F3A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3A3B; }
p { color: rgb(79,58,59); }
H1.HeaderClassName
{
color: #4F3A3B;
}
.AnyTagClassName
{
color: #4F3A3B;
}
</style>
background-color css
<style>
a { background-color: #4F3A3B; }
a { background-color: rgb(79,58,59); }
div.DivClassName
{
background-color: #4F3A3B;
}
.BgClassName
{
background-color: #4F3A3B;
}
</style>
border-color css
<style>
span { border-color: #4F3A3B; }
span { border-color: rgb(79,58,59); }
td.TdClassName
{
border-color: #4F3A3B;
}
.TagClassName
{
border-color: #4F3A3B;
}
</style>