Shades of Jon #4C3E41
Tints of Jon #4C3E41
RGB
CMYK
RGB Variations
Color information
#4C3E41 (or 0x4C3E41) is known color: Jon. HEX triplet: 4C, 3E and 41. RGB value is (76,62,65). Sum of RGB (Red+Green+Blue) = 76+62+65=203 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.44% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3E41 is #B3C1BE. Grayscale: #424242. Windows color (decimal): -11780543 or 4275788. OLE color: 4275788.
HSL color Cylindrical-coordinate representation of color #4C3E41: hue angle of 347.14º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4C3E41 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 62 | 65 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.70 |
| HSL | 347.14º | 0.1% | 0.27% | - |
| HSV(B) | 347.14º | 0.18% | 0.3% | - |
| XYZ | 5.66 | 5.36 | 5.74 | - |
| YUV | 66.53 | 127.14 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 62 | 65 | 0 | 0.18 | 0.14 | 0.70 | 347.14 | 0.1 | 0.27 |
| Hex | 4C | 3E | 41 | 0 | 12 | E | 46 | 15B | A | 1B |
| Octal | 114 | 76 | 101 | 0 | 22 | 16 | 106 | 533 | 12 | 33 |
| Binary | 1001100 | 111110 | 1000001 | 0 | 10010 | 1110 | 1000110 | 101011011 | 1010 | 11011 |
Color Harmonies of #4C3E41
Complementary color
Monochromatic Colors of #4C3E41
Black with #4C3E41
Text Example
Text Example
White with #4C3E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3E41; }
p { color: rgb(76,62,65); }
H1.HeaderClassName
{
color: #4C3E41;
}
.AnyTagClassName
{
color: #4C3E41;
}
</style>
background-color css
<style>
a { background-color: #4C3E41; }
a { background-color: rgb(76,62,65); }
div.DivClassName
{
background-color: #4C3E41;
}
.BgClassName
{
background-color: #4C3E41;
}
</style>
border-color css
<style>
span { border-color: #4C3E41; }
span { border-color: rgb(76,62,65); }
td.TdClassName
{
border-color: #4C3E41;
}
.TagClassName
{
border-color: #4C3E41;
}
</style>