Shades of Jon #4C373A
Tints of Jon #4C373A
RGB
CMYK
RGB Variations
Color information
#4C373A (or 0x4C373A) is known color: Jon. HEX triplet: 4C, 37 and 3A. RGB value is (76,55,58). Sum of RGB (Red+Green+Blue) = 76+55+58=189 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40.21% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 76 - color contains mainly: red. Hex color #4C373A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C373A is #B3C8C5. Grayscale: #3D3D3D. Windows color (decimal): -11782342 or 3815244. OLE color: 3815244.
HSL color Cylindrical-coordinate representation of color #4C373A: hue angle of 351.43º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4C373A is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 55 | 58 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.70 |
| HSL | 351.43º | 0.16% | 0.26% | - |
| HSV(B) | 351.43º | 0.28% | 0.3% | - |
| XYZ | 5.11 | 4.57 | 4.62 | - |
| YUV | 61.62 | 125.96 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 55 | 58 | 0 | 0.28 | 0.24 | 0.70 | 351.43 | 0.16 | 0.26 |
| Hex | 4C | 37 | 3A | 0 | 1C | 18 | 46 | 15F | 10 | 1A |
| Octal | 114 | 67 | 72 | 0 | 34 | 30 | 106 | 537 | 20 | 32 |
| Binary | 1001100 | 110111 | 111010 | 0 | 11100 | 11000 | 1000110 | 101011111 | 10000 | 11010 |
Color Harmonies of #4C373A
Complementary color
Monochromatic Colors of #4C373A
Black with #4C373A
Text Example
Text Example
White with #4C373A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C373A; }
p { color: rgb(76,55,58); }
H1.HeaderClassName
{
color: #4C373A;
}
.AnyTagClassName
{
color: #4C373A;
}
</style>
background-color css
<style>
a { background-color: #4C373A; }
a { background-color: rgb(76,55,58); }
div.DivClassName
{
background-color: #4C373A;
}
.BgClassName
{
background-color: #4C373A;
}
</style>
border-color css
<style>
span { border-color: #4C373A; }
span { border-color: rgb(76,55,58); }
td.TdClassName
{
border-color: #4C373A;
}
.TagClassName
{
border-color: #4C373A;
}
</style>