Shades of Jon #4C3D3F
Tints of Jon #4C3D3F
RGB
CMYK
RGB Variations
Color information
#4C3D3F (or 0x4C3D3F) is known color: Jon. HEX triplet: 4C, 3D and 3F. RGB value is (76,61,63). Sum of RGB (Red+Green+Blue) = 76+61+63=200 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38% from 200); Green value is 61 (24.22% from 255 or 30.5% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3D3F is #B3C2C0. Grayscale: #414141. Windows color (decimal): -11780801 or 4144460. OLE color: 4144460.
HSL color Cylindrical-coordinate representation of color #4C3D3F: hue angle of 352º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4C3D3F is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 61 | 63 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.70 |
| HSL | 352º | 0.11% | 0.27% | - |
| HSV(B) | 352º | 0.2% | 0.3% | - |
| XYZ | 5.55 | 5.23 | 5.42 | - |
| YUV | 65.71 | 126.47 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 61 | 63 | 0 | 0.20 | 0.17 | 0.70 | 352 | 0.11 | 0.27 |
| Hex | 4C | 3D | 3F | 0 | 14 | 11 | 46 | 160 | B | 1B |
| Octal | 114 | 75 | 77 | 0 | 24 | 21 | 106 | 540 | 13 | 33 |
| Binary | 1001100 | 111101 | 111111 | 0 | 10100 | 10001 | 1000110 | 101100000 | 1011 | 11011 |
Color Harmonies of #4C3D3F
Complementary color
Monochromatic Colors of #4C3D3F
Black with #4C3D3F
Text Example
Text Example
White with #4C3D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3D3F; }
p { color: rgb(76,61,63); }
H1.HeaderClassName
{
color: #4C3D3F;
}
.AnyTagClassName
{
color: #4C3D3F;
}
</style>
background-color css
<style>
a { background-color: #4C3D3F; }
a { background-color: rgb(76,61,63); }
div.DivClassName
{
background-color: #4C3D3F;
}
.BgClassName
{
background-color: #4C3D3F;
}
</style>
border-color css
<style>
span { border-color: #4C3D3F; }
span { border-color: rgb(76,61,63); }
td.TdClassName
{
border-color: #4C3D3F;
}
.TagClassName
{
border-color: #4C3D3F;
}
</style>