Shades of Jon #4B3A3D
Tints of Jon #4B3A3D
RGB
CMYK
RGB Variations
Color information
#4B3A3D (or 0x4B3A3D) is known color: Jon. HEX triplet: 4B, 3A and 3D. RGB value is (75,58,61). Sum of RGB (Red+Green+Blue) = 75+58+61=194 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.66% from 194); Green value is 58 (23.05% from 255 or 29.90% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3A3D is #B4C5C2. Grayscale: #3F3F3F. Windows color (decimal): -11847107 or 4012619. OLE color: 4012619.
HSL color Cylindrical-coordinate representation of color #4B3A3D: hue angle of 349.41º 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 #4B3A3D is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 58 | 61 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.71 |
| HSL | 349.41º | 0.13% | 0.26% | - |
| HSV(B) | 349.41º | 0.23% | 0.29% | - |
| XYZ | 5.26 | 4.86 | 5.08 | - |
| YUV | 63.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 58 | 61 | 0 | 0.23 | 0.19 | 0.71 | 349.41 | 0.13 | 0.26 |
| Hex | 4B | 3A | 3D | 0 | 17 | 13 | 47 | 15D | D | 1A |
| Octal | 113 | 72 | 75 | 0 | 27 | 23 | 107 | 535 | 15 | 32 |
| Binary | 1001011 | 111010 | 111101 | 0 | 10111 | 10011 | 1000111 | 101011101 | 1101 | 11010 |
Color Harmonies of #4B3A3D
Complementary color
Monochromatic Colors of #4B3A3D
Black with #4B3A3D
Text Example
Text Example
White with #4B3A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3A3D; }
p { color: rgb(75,58,61); }
H1.HeaderClassName
{
color: #4B3A3D;
}
.AnyTagClassName
{
color: #4B3A3D;
}
</style>
background-color css
<style>
a { background-color: #4B3A3D; }
a { background-color: rgb(75,58,61); }
div.DivClassName
{
background-color: #4B3A3D;
}
.BgClassName
{
background-color: #4B3A3D;
}
</style>
border-color css
<style>
span { border-color: #4B3A3D; }
span { border-color: rgb(75,58,61); }
td.TdClassName
{
border-color: #4B3A3D;
}
.TagClassName
{
border-color: #4B3A3D;
}
</style>