Shades of Jon #4C3A3C
Tints of Jon #4C3A3C
RGB
CMYK
RGB Variations
Color information
#4C3A3C (or 0x4C3A3C) is known color: Jon. HEX triplet: 4C, 3A and 3C. RGB value is (76,58,60). Sum of RGB (Red+Green+Blue) = 76+58+60=194 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.18% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3A3C is #B3C5C3. Grayscale: #3F3F3F. Windows color (decimal): -11781572 or 3947084. OLE color: 3947084.
HSL color Cylindrical-coordinate representation of color #4C3A3C: hue angle of 353.33º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4C3A3C is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 58 | 60 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.70 |
| HSL | 353.33º | 0.13% | 0.26% | - |
| HSV(B) | 353.33º | 0.24% | 0.3% | - |
| XYZ | 5.31 | 4.89 | 4.94 | - |
| YUV | 63.61 | 125.96 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 58 | 60 | 0 | 0.24 | 0.21 | 0.70 | 353.33 | 0.13 | 0.26 |
| Hex | 4C | 3A | 3C | 0 | 18 | 15 | 46 | 161 | D | 1A |
| Octal | 114 | 72 | 74 | 0 | 30 | 25 | 106 | 541 | 15 | 32 |
| Binary | 1001100 | 111010 | 111100 | 0 | 11000 | 10101 | 1000110 | 101100001 | 1101 | 11010 |
Color Harmonies of #4C3A3C
Complementary color
Monochromatic Colors of #4C3A3C
Black with #4C3A3C
Text Example
Text Example
White with #4C3A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3A3C; }
p { color: rgb(76,58,60); }
H1.HeaderClassName
{
color: #4C3A3C;
}
.AnyTagClassName
{
color: #4C3A3C;
}
</style>
background-color css
<style>
a { background-color: #4C3A3C; }
a { background-color: rgb(76,58,60); }
div.DivClassName
{
background-color: #4C3A3C;
}
.BgClassName
{
background-color: #4C3A3C;
}
</style>
border-color css
<style>
span { border-color: #4C3A3C; }
span { border-color: rgb(76,58,60); }
td.TdClassName
{
border-color: #4C3A3C;
}
.TagClassName
{
border-color: #4C3A3C;
}
</style>