Shades of Brown Pod #4E1E06
Tints of Brown Pod #4E1E06
RGB
CMYK
RGB Variations
Color information
#4E1E06 (or 0x4E1E06) is known color: Brown Pod. HEX triplet: 4E, 1E and 06. RGB value is (78,30,6). Sum of RGB (Red+Green+Blue) = 78+30+6=114 (15% of max value = 765). Red value is 78 (30.86% from 255 or 68.42% from 114); Green value is 30 (12.11% from 255 or 26.32% from 114); Blue value is 6 (2.73% from 255 or 5.26% from 114); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1E06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E1E06 is #B1E1F9. Grayscale: #292929. Windows color (decimal): -11657722 or 400974. OLE color: 400974.
HSL color Cylindrical-coordinate representation of color #4E1E06: hue angle of 20º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4E1E06 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 30 | 6 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.69 |
| HSL | 20º | 0.86% | 0.16% | - |
| HSV(B) | 20º | 0.92% | 0.31% | - |
| XYZ | 3.64 | 2.56 | 0.47 | - |
| YUV | 41.62 | 107.9 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 30 | 6 | 0 | 0.62 | 0.92 | 0.69 | 20 | 0.86 | 0.16 |
| Hex | 4E | 1E | 6 | 0 | 3E | 5C | 45 | 14 | 56 | 10 |
| Octal | 116 | 36 | 6 | 0 | 76 | 134 | 105 | 24 | 126 | 20 |
| Binary | 1001110 | 11110 | 110 | 0 | 111110 | 1011100 | 1000101 | 10100 | 1010110 | 10000 |
Color Harmonies of #4E1E06
Complementary color
Monochromatic Colors of #4E1E06
Black with #4E1E06
Text Example
Text Example
White with #4E1E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1E06; }
p { color: rgb(78,30,6); }
H1.HeaderClassName
{
color: #4E1E06;
}
.AnyTagClassName
{
color: #4E1E06;
}
</style>
background-color css
<style>
a { background-color: #4E1E06; }
a { background-color: rgb(78,30,6); }
div.DivClassName
{
background-color: #4E1E06;
}
.BgClassName
{
background-color: #4E1E06;
}
</style>
border-color css
<style>
span { border-color: #4E1E06; }
span { border-color: rgb(78,30,6); }
td.TdClassName
{
border-color: #4E1E06;
}
.TagClassName
{
border-color: #4E1E06;
}
</style>