Shades of Jon #4B3A3F
Tints of Jon #4B3A3F
RGB
CMYK
RGB Variations
Color information
#4B3A3F (or 0x4B3A3F) is known color: Jon. HEX triplet: 4B, 3A and 3F. RGB value is (75,58,63). Sum of RGB (Red+Green+Blue) = 75+58+63=196 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.27% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3A3F is #B4C5C0. Grayscale: #3F3F3F. Windows color (decimal): -11847105 or 4143691. OLE color: 4143691.
HSL color Cylindrical-coordinate representation of color #4B3A3F: hue angle of 342.35º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4B3A3F is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 58 | 63 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.71 |
| HSL | 342.35º | 0.13% | 0.26% | - |
| HSV(B) | 342.35º | 0.23% | 0.29% | - |
| XYZ | 5.31 | 4.88 | 5.36 | - |
| YUV | 63.65 | 127.63 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 58 | 63 | 0 | 0.23 | 0.16 | 0.71 | 342.35 | 0.13 | 0.26 |
| Hex | 4B | 3A | 3F | 0 | 17 | 10 | 47 | 156 | D | 1A |
| Octal | 113 | 72 | 77 | 0 | 27 | 20 | 107 | 526 | 15 | 32 |
| Binary | 1001011 | 111010 | 111111 | 0 | 10111 | 10000 | 1000111 | 101010110 | 1101 | 11010 |
Color Harmonies of #4B3A3F
Complementary color
Monochromatic Colors of #4B3A3F
Black with #4B3A3F
Text Example
Text Example
White with #4B3A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3A3F; }
p { color: rgb(75,58,63); }
H1.HeaderClassName
{
color: #4B3A3F;
}
.AnyTagClassName
{
color: #4B3A3F;
}
</style>
background-color css
<style>
a { background-color: #4B3A3F; }
a { background-color: rgb(75,58,63); }
div.DivClassName
{
background-color: #4B3A3F;
}
.BgClassName
{
background-color: #4B3A3F;
}
</style>
border-color css
<style>
span { border-color: #4B3A3F; }
span { border-color: rgb(75,58,63); }
td.TdClassName
{
border-color: #4B3A3F;
}
.TagClassName
{
border-color: #4B3A3F;
}
</style>