Shades of Jon #4D3E43
Tints of Jon #4D3E43
RGB
CMYK
RGB Variations
Color information
#4D3E43 (or 0x4D3E43) is known color: Jon. HEX triplet: 4D, 3E and 43. RGB value is (77,62,67). Sum of RGB (Red+Green+Blue) = 77+62+67=206 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.38% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 67 (26.56% from 255 or 32.52% from 206); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3E43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3E43 is #B2C1BC. Grayscale: #434343. Windows color (decimal): -11715005 or 4406861. OLE color: 4406861.
HSL color Cylindrical-coordinate representation of color #4D3E43: hue angle of 340º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4D3E43 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 62 | 67 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.70 |
| HSL | 340º | 0.11% | 0.27% | - |
| HSV(B) | 340º | 0.19% | 0.3% | - |
| XYZ | 5.8 | 5.43 | 6.05 | - |
| YUV | 67.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 62 | 67 | 0 | 0.19 | 0.13 | 0.70 | 340 | 0.11 | 0.27 |
| Hex | 4D | 3E | 43 | 0 | 13 | D | 46 | 154 | B | 1B |
| Octal | 115 | 76 | 103 | 0 | 23 | 15 | 106 | 524 | 13 | 33 |
| Binary | 1001101 | 111110 | 1000011 | 0 | 10011 | 1101 | 1000110 | 101010100 | 1011 | 11011 |
Color Harmonies of #4D3E43
Complementary color
Monochromatic Colors of #4D3E43
Black with #4D3E43
Text Example
Text Example
White with #4D3E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3E43; }
p { color: rgb(77,62,67); }
H1.HeaderClassName
{
color: #4D3E43;
}
.AnyTagClassName
{
color: #4D3E43;
}
</style>
background-color css
<style>
a { background-color: #4D3E43; }
a { background-color: rgb(77,62,67); }
div.DivClassName
{
background-color: #4D3E43;
}
.BgClassName
{
background-color: #4D3E43;
}
</style>
border-color css
<style>
span { border-color: #4D3E43; }
span { border-color: rgb(77,62,67); }
td.TdClassName
{
border-color: #4D3E43;
}
.TagClassName
{
border-color: #4D3E43;
}
</style>