Shades of Jon #4C393D
Tints of Jon #4C393D
RGB
CMYK
RGB Variations
Color information
#4C393D (or 0x4C393D) is known color: Jon. HEX triplet: 4C, 39 and 3D. RGB value is (76,57,61). Sum of RGB (Red+Green+Blue) = 76+57+61=194 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.18% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 76 - color contains mainly: red. Hex color #4C393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C393D is #B3C6C2. Grayscale: #3F3F3F. Windows color (decimal): -11781827 or 4012364. OLE color: 4012364.
HSL color Cylindrical-coordinate representation of color #4C393D: hue angle of 347.37º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4C393D is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 57 | 61 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.70 |
| HSL | 347.37º | 0.14% | 0.26% | - |
| HSV(B) | 347.37º | 0.25% | 0.3% | - |
| XYZ | 5.29 | 4.8 | 5.06 | - |
| YUV | 63.14 | 126.79 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 57 | 61 | 0 | 0.25 | 0.20 | 0.70 | 347.37 | 0.14 | 0.26 |
| Hex | 4C | 39 | 3D | 0 | 19 | 14 | 46 | 15B | E | 1A |
| Octal | 114 | 71 | 75 | 0 | 31 | 24 | 106 | 533 | 16 | 32 |
| Binary | 1001100 | 111001 | 111101 | 0 | 11001 | 10100 | 1000110 | 101011011 | 1110 | 11010 |
Color Harmonies of #4C393D
Complementary color
Monochromatic Colors of #4C393D
Black with #4C393D
Text Example
Text Example
White with #4C393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C393D; }
p { color: rgb(76,57,61); }
H1.HeaderClassName
{
color: #4C393D;
}
.AnyTagClassName
{
color: #4C393D;
}
</style>
background-color css
<style>
a { background-color: #4C393D; }
a { background-color: rgb(76,57,61); }
div.DivClassName
{
background-color: #4C393D;
}
.BgClassName
{
background-color: #4C393D;
}
</style>
border-color css
<style>
span { border-color: #4C393D; }
span { border-color: rgb(76,57,61); }
td.TdClassName
{
border-color: #4C393D;
}
.TagClassName
{
border-color: #4C393D;
}
</style>