Shades of Jon #4F3A3C
Tints of Jon #4F3A3C
RGB
CMYK
RGB Variations
Color information
#4F3A3C (or 0x4F3A3C) is known color: Jon. HEX triplet: 4F, 3A and 3C. RGB value is (79,58,60). Sum of RGB (Red+Green+Blue) = 79+58+60=197 (26% of max value = 765). Red value is 79 (31.25% from 255 or 40.10% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 79 - color contains mainly: red. Hex color #4F3A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F3A3C is #B0C5C3. Grayscale: #404040. Windows color (decimal): -11584964 or 3947087. OLE color: 3947087.
HSL color Cylindrical-coordinate representation of color #4F3A3C: hue angle of 354.29º 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 #4F3A3C is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 58 | 60 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.69 |
| HSL | 354.29º | 0.15% | 0.27% | - |
| HSV(B) | 354.29º | 0.27% | 0.31% | - |
| XYZ | 5.55 | 5.01 | 4.95 | - |
| YUV | 64.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 58 | 60 | 0 | 0.27 | 0.24 | 0.69 | 354.29 | 0.15 | 0.27 |
| Hex | 4F | 3A | 3C | 0 | 1B | 18 | 45 | 162 | F | 1B |
| Octal | 117 | 72 | 74 | 0 | 33 | 30 | 105 | 542 | 17 | 33 |
| Binary | 1001111 | 111010 | 111100 | 0 | 11011 | 11000 | 1000101 | 101100010 | 1111 | 11011 |
Color Harmonies of #4F3A3C
Complementary color
Monochromatic Colors of #4F3A3C
Black with #4F3A3C
Text Example
Text Example
White with #4F3A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3A3C; }
p { color: rgb(79,58,60); }
H1.HeaderClassName
{
color: #4F3A3C;
}
.AnyTagClassName
{
color: #4F3A3C;
}
</style>
background-color css
<style>
a { background-color: #4F3A3C; }
a { background-color: rgb(79,58,60); }
div.DivClassName
{
background-color: #4F3A3C;
}
.BgClassName
{
background-color: #4F3A3C;
}
</style>
border-color css
<style>
span { border-color: #4F3A3C; }
span { border-color: rgb(79,58,60); }
td.TdClassName
{
border-color: #4F3A3C;
}
.TagClassName
{
border-color: #4F3A3C;
}
</style>