Shades of Jon #4B3C3F
Tints of Jon #4B3C3F
RGB
CMYK
RGB Variations
Color information
#4B3C3F (or 0x4B3C3F) is known color: Jon. HEX triplet: 4B, 3C and 3F. RGB value is (75,60,63). Sum of RGB (Red+Green+Blue) = 75+60+63=198 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.88% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3C3F is #B4C3C0. Grayscale: #404040. Windows color (decimal): -11846593 or 4144203. OLE color: 4144203.
HSL color Cylindrical-coordinate representation of color #4B3C3F: hue angle of 348º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4B3C3F is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 60 | 63 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.71 |
| HSL | 348º | 0.11% | 0.26% | - |
| HSV(B) | 348º | 0.2% | 0.29% | - |
| XYZ | 5.41 | 5.09 | 5.4 | - |
| YUV | 64.83 | 126.97 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 60 | 63 | 0 | 0.20 | 0.16 | 0.71 | 348 | 0.11 | 0.26 |
| Hex | 4B | 3C | 3F | 0 | 14 | 10 | 47 | 15C | B | 1A |
| Octal | 113 | 74 | 77 | 0 | 24 | 20 | 107 | 534 | 13 | 32 |
| Binary | 1001011 | 111100 | 111111 | 0 | 10100 | 10000 | 1000111 | 101011100 | 1011 | 11010 |
Color Harmonies of #4B3C3F
Complementary color
Monochromatic Colors of #4B3C3F
Black with #4B3C3F
Text Example
Text Example
White with #4B3C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3C3F; }
p { color: rgb(75,60,63); }
H1.HeaderClassName
{
color: #4B3C3F;
}
.AnyTagClassName
{
color: #4B3C3F;
}
</style>
background-color css
<style>
a { background-color: #4B3C3F; }
a { background-color: rgb(75,60,63); }
div.DivClassName
{
background-color: #4B3C3F;
}
.BgClassName
{
background-color: #4B3C3F;
}
</style>
border-color css
<style>
span { border-color: #4B3C3F; }
span { border-color: rgb(75,60,63); }
td.TdClassName
{
border-color: #4B3C3F;
}
.TagClassName
{
border-color: #4B3C3F;
}
</style>