Shades of Jon #4C3C3E
Tints of Jon #4C3C3E
RGB
CMYK
RGB Variations
Color information
#4C3C3E (or 0x4C3C3E) is known color: Jon. HEX triplet: 4C, 3C and 3E. RGB value is (76,60,62). Sum of RGB (Red+Green+Blue) = 76+60+62=198 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.38% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 62 (24.61% from 255 or 31.31% from 198); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3C3E is #B3C3C1. Grayscale: #414141. Windows color (decimal): -11781058 or 4078668. OLE color: 4078668.
HSL color Cylindrical-coordinate representation of color #4C3C3E: hue angle of 352.5º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4C3C3E is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.70.
Color convert
RGB | 76 | 60 | 62 | - |
CMYK | 0 | 0.21 | 0.18 | 0.70 |
HSL | 352.5º | 0.12% | 0.27% | - |
HSV(B) | 352.5º | 0.21% | 0.3% | - |
XYZ | 5.47 | 5.12 | 5.26 | - |
YUV | 65.01 | 126.3 | 135.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 76 | 60 | 62 | 0 | 0.21 | 0.18 | 0.70 | 352.5 | 0.12 | 0.27 |
Hex | 4C | 3C | 3E | 0 | 15 | 12 | 46 | 160 | C | 1B |
Octal | 114 | 74 | 76 | 0 | 25 | 22 | 106 | 540 | 14 | 33 |
Binary | 1001100 | 111100 | 111110 | 0 | 10101 | 10010 | 1000110 | 101100000 | 1100 | 11011 |
Color Harmonies of #4C3C3E
Complementary color
Monochromatic Colors of #4C3C3E
Black with #4C3C3E
Text Example
Text Example
White with #4C3C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3C3E; }
p { color: rgb(76,60,62); }
H1.HeaderClassName
{
color: #4C3C3E;
}
.AnyTagClassName
{
color: #4C3C3E;
}
</style>
background-color css
<style>
a { background-color: #4C3C3E; }
a { background-color: rgb(76,60,62); }
div.DivClassName
{
background-color: #4C3C3E;
}
.BgClassName
{
background-color: #4C3C3E;
}
</style>
border-color css
<style>
span { border-color: #4C3C3E; }
span { border-color: rgb(76,60,62); }
td.TdClassName
{
border-color: #4C3C3E;
}
.TagClassName
{
border-color: #4C3C3E;
}
</style>