Shades of Jon #4E383D
Tints of Jon #4E383D
RGB
CMYK
RGB Variations
Color information
#4E383D (or 0x4E383D) is known color: Jon. HEX triplet: 4E, 38 and 3D. RGB value is (78,56,61). Sum of RGB (Red+Green+Blue) = 78+56+61=195 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 78 - color contains mainly: red. Hex color #4E383D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E383D is #B1C7C2. Grayscale: #3F3F3F. Windows color (decimal): -11651011 or 4012110. OLE color: 4012110.
HSL color Cylindrical-coordinate representation of color #4E383D: hue angle of 346.36º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4E383D is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 56 | 61 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.69 |
| HSL | 346.36º | 0.16% | 0.26% | - |
| HSV(B) | 346.36º | 0.28% | 0.31% | - |
| XYZ | 5.4 | 4.78 | 5.05 | - |
| YUV | 63.15 | 126.79 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 56 | 61 | 0 | 0.28 | 0.22 | 0.69 | 346.36 | 0.16 | 0.26 |
| Hex | 4E | 38 | 3D | 0 | 1C | 16 | 45 | 15A | 10 | 1A |
| Octal | 116 | 70 | 75 | 0 | 34 | 26 | 105 | 532 | 20 | 32 |
| Binary | 1001110 | 111000 | 111101 | 0 | 11100 | 10110 | 1000101 | 101011010 | 10000 | 11010 |
Color Harmonies of #4E383D
Complementary color
Monochromatic Colors of #4E383D
Black with #4E383D
Text Example
Text Example
White with #4E383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E383D; }
p { color: rgb(78,56,61); }
H1.HeaderClassName
{
color: #4E383D;
}
.AnyTagClassName
{
color: #4E383D;
}
</style>
background-color css
<style>
a { background-color: #4E383D; }
a { background-color: rgb(78,56,61); }
div.DivClassName
{
background-color: #4E383D;
}
.BgClassName
{
background-color: #4E383D;
}
</style>
border-color css
<style>
span { border-color: #4E383D; }
span { border-color: rgb(78,56,61); }
td.TdClassName
{
border-color: #4E383D;
}
.TagClassName
{
border-color: #4E383D;
}
</style>