Shades of Jon #4A3D3F
Tints of Jon #4A3D3F
RGB
CMYK
RGB Variations
Color information
#4A3D3F (or 0x4A3D3F) is known color: Jon. HEX triplet: 4A, 3D and 3F. RGB value is (74,61,63). Sum of RGB (Red+Green+Blue) = 74+61+63=198 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.37% from 198); Green value is 61 (24.22% from 255 or 30.81% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3D3F is #B5C2C0. Grayscale: #414141. Windows color (decimal): -11911873 or 4144458. OLE color: 4144458.
HSL color Cylindrical-coordinate representation of color #4A3D3F: hue angle of 350.77º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4A3D3F is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 61 | 63 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.71 |
| HSL | 350.77º | 0.1% | 0.26% | - |
| HSV(B) | 350.77º | 0.18% | 0.29% | - |
| XYZ | 5.39 | 5.15 | 5.41 | - |
| YUV | 65.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 61 | 63 | 0 | 0.18 | 0.15 | 0.71 | 350.77 | 0.1 | 0.26 |
| Hex | 4A | 3D | 3F | 0 | 12 | F | 47 | 15F | A | 1A |
| Octal | 112 | 75 | 77 | 0 | 22 | 17 | 107 | 537 | 12 | 32 |
| Binary | 1001010 | 111101 | 111111 | 0 | 10010 | 1111 | 1000111 | 101011111 | 1010 | 11010 |
Color Harmonies of #4A3D3F
Complementary color
Monochromatic Colors of #4A3D3F
Black with #4A3D3F
Text Example
Text Example
White with #4A3D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3D3F; }
p { color: rgb(74,61,63); }
H1.HeaderClassName
{
color: #4A3D3F;
}
.AnyTagClassName
{
color: #4A3D3F;
}
</style>
background-color css
<style>
a { background-color: #4A3D3F; }
a { background-color: rgb(74,61,63); }
div.DivClassName
{
background-color: #4A3D3F;
}
.BgClassName
{
background-color: #4A3D3F;
}
</style>
border-color css
<style>
span { border-color: #4A3D3F; }
span { border-color: rgb(74,61,63); }
td.TdClassName
{
border-color: #4A3D3F;
}
.TagClassName
{
border-color: #4A3D3F;
}
</style>