Shades of Brown Pod #4E1E11
Tints of Brown Pod #4E1E11
RGB
CMYK
RGB Variations
Color information
#4E1E11 (or 0x4E1E11) is known color: Brown Pod. HEX triplet: 4E, 1E and 11. RGB value is (78,30,17). Sum of RGB (Red+Green+Blue) = 78+30+17=125 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.4% from 125); Green value is 30 (12.11% from 255 or 24% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E1E11 is #B1E1EE. Grayscale: #2A2A2A. Windows color (decimal): -11657711 or 1121870. OLE color: 1121870.
HSL color Cylindrical-coordinate representation of color #4E1E11: hue angle of 12.79º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E1E11 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 30 | 17 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.69 |
| HSL | 12.79º | 0.64% | 0.19% | - |
| HSV(B) | 12.79º | 0.78% | 0.31% | - |
| XYZ | 3.71 | 2.59 | 0.83 | - |
| YUV | 42.87 | 113.4 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 30 | 17 | 0 | 0.62 | 0.78 | 0.69 | 12.79 | 0.64 | 0.19 |
| Hex | 4E | 1E | 11 | 0 | 3E | 4E | 45 | D | 40 | 13 |
| Octal | 116 | 36 | 21 | 0 | 76 | 116 | 105 | 15 | 100 | 23 |
| Binary | 1001110 | 11110 | 10001 | 0 | 111110 | 1001110 | 1000101 | 1101 | 1000000 | 10011 |
Color Harmonies of #4E1E11
Complementary color
Monochromatic Colors of #4E1E11
Black with #4E1E11
Text Example
Text Example
White with #4E1E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1E11; }
p { color: rgb(78,30,17); }
H1.HeaderClassName
{
color: #4E1E11;
}
.AnyTagClassName
{
color: #4E1E11;
}
</style>
background-color css
<style>
a { background-color: #4E1E11; }
a { background-color: rgb(78,30,17); }
div.DivClassName
{
background-color: #4E1E11;
}
.BgClassName
{
background-color: #4E1E11;
}
</style>
border-color css
<style>
span { border-color: #4E1E11; }
span { border-color: rgb(78,30,17); }
td.TdClassName
{
border-color: #4E1E11;
}
.TagClassName
{
border-color: #4E1E11;
}
</style>