Shades of Jon #4C393B
Tints of Jon #4C393B
RGB
CMYK
RGB Variations
Color information
#4C393B (or 0x4C393B) is known color: Jon. HEX triplet: 4C, 39 and 3B. RGB value is (76,57,59). Sum of RGB (Red+Green+Blue) = 76+57+59=192 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.58% from 192); Green value is 57 (22.66% from 255 or 29.69% from 192); Blue value is 59 (23.44% from 255 or 30.73% from 192); Max value from RGB is 76 - color contains mainly: red. Hex color #4C393B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C393B is #B3C6C4. Grayscale: #3E3E3E. Windows color (decimal): -11781829 or 3881292. OLE color: 3881292.
HSL color Cylindrical-coordinate representation of color #4C393B: hue angle of 353.68º 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 #4C393B is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 57 | 59 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.70 |
| HSL | 353.68º | 0.14% | 0.26% | - |
| HSV(B) | 353.68º | 0.25% | 0.3% | - |
| XYZ | 5.23 | 4.78 | 4.78 | - |
| YUV | 62.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 57 | 59 | 0 | 0.25 | 0.22 | 0.70 | 353.68 | 0.14 | 0.26 |
| Hex | 4C | 39 | 3B | 0 | 19 | 16 | 46 | 162 | E | 1A |
| Octal | 114 | 71 | 73 | 0 | 31 | 26 | 106 | 542 | 16 | 32 |
| Binary | 1001100 | 111001 | 111011 | 0 | 11001 | 10110 | 1000110 | 101100010 | 1110 | 11010 |
Color Harmonies of #4C393B
Complementary color
Monochromatic Colors of #4C393B
Black with #4C393B
Text Example
Text Example
White with #4C393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C393B; }
p { color: rgb(76,57,59); }
H1.HeaderClassName
{
color: #4C393B;
}
.AnyTagClassName
{
color: #4C393B;
}
</style>
background-color css
<style>
a { background-color: #4C393B; }
a { background-color: rgb(76,57,59); }
div.DivClassName
{
background-color: #4C393B;
}
.BgClassName
{
background-color: #4C393B;
}
</style>
border-color css
<style>
span { border-color: #4C393B; }
span { border-color: rgb(76,57,59); }
td.TdClassName
{
border-color: #4C393B;
}
.TagClassName
{
border-color: #4C393B;
}
</style>