Shades of Jon #4A3B3F
Tints of Jon #4A3B3F
RGB
CMYK
RGB Variations
Color information
#4A3B3F (or 0x4A3B3F) is known color: Jon. HEX triplet: 4A, 3B and 3F. RGB value is (74,59,63). Sum of RGB (Red+Green+Blue) = 74+59+63=196 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.76% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3B3F is #B5C4C0. Grayscale: #3F3F3F. Windows color (decimal): -11912385 or 4143946. OLE color: 4143946.
HSL color Cylindrical-coordinate representation of color #4A3B3F: hue angle of 344º 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 #4A3B3F is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 59 | 63 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.71 |
| HSL | 344º | 0.11% | 0.26% | - |
| HSV(B) | 344º | 0.2% | 0.29% | - |
| XYZ | 5.29 | 4.94 | 5.38 | - |
| YUV | 63.94 | 127.47 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 59 | 63 | 0 | 0.20 | 0.15 | 0.71 | 344 | 0.11 | 0.26 |
| Hex | 4A | 3B | 3F | 0 | 14 | F | 47 | 158 | B | 1A |
| Octal | 112 | 73 | 77 | 0 | 24 | 17 | 107 | 530 | 13 | 32 |
| Binary | 1001010 | 111011 | 111111 | 0 | 10100 | 1111 | 1000111 | 101011000 | 1011 | 11010 |
Color Harmonies of #4A3B3F
Complementary color
Monochromatic Colors of #4A3B3F
Black with #4A3B3F
Text Example
Text Example
White with #4A3B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3B3F; }
p { color: rgb(74,59,63); }
H1.HeaderClassName
{
color: #4A3B3F;
}
.AnyTagClassName
{
color: #4A3B3F;
}
</style>
background-color css
<style>
a { background-color: #4A3B3F; }
a { background-color: rgb(74,59,63); }
div.DivClassName
{
background-color: #4A3B3F;
}
.BgClassName
{
background-color: #4A3B3F;
}
</style>
border-color css
<style>
span { border-color: #4A3B3F; }
span { border-color: rgb(74,59,63); }
td.TdClassName
{
border-color: #4A3B3F;
}
.TagClassName
{
border-color: #4A3B3F;
}
</style>