Shades of Brown Pod #4E2109
Tints of Brown Pod #4E2109
RGB
CMYK
RGB Variations
Color information
#4E2109 (or 0x4E2109) is known color: Brown Pod. HEX triplet: 4E, 21 and 09. RGB value is (78,33,9). Sum of RGB (Red+Green+Blue) = 78+33+9=120 (15% of max value = 765). Red value is 78 (30.86% from 255 or 65% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2109 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2109 is #B1DEF6. Grayscale: #2B2B2B. Windows color (decimal): -11656951 or 598350. OLE color: 598350.
HSL color Cylindrical-coordinate representation of color #4E2109: hue angle of 20.87º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E2109 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 33 | 9 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.69 |
| HSL | 20.87º | 0.79% | 0.17% | - |
| HSV(B) | 20.87º | 0.88% | 0.31% | - |
| XYZ | 3.74 | 2.73 | 0.59 | - |
| YUV | 43.72 | 108.41 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 33 | 9 | 0 | 0.58 | 0.88 | 0.69 | 20.87 | 0.79 | 0.17 |
| Hex | 4E | 21 | 9 | 0 | 3A | 58 | 45 | 15 | 4F | 11 |
| Octal | 116 | 41 | 11 | 0 | 72 | 130 | 105 | 25 | 117 | 21 |
| Binary | 1001110 | 100001 | 1001 | 0 | 111010 | 1011000 | 1000101 | 10101 | 1001111 | 10001 |
Color Harmonies of #4E2109
Complementary color
Monochromatic Colors of #4E2109
Black with #4E2109
Text Example
Text Example
White with #4E2109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2109; }
p { color: rgb(78,33,9); }
H1.HeaderClassName
{
color: #4E2109;
}
.AnyTagClassName
{
color: #4E2109;
}
</style>
background-color css
<style>
a { background-color: #4E2109; }
a { background-color: rgb(78,33,9); }
div.DivClassName
{
background-color: #4E2109;
}
.BgClassName
{
background-color: #4E2109;
}
</style>
border-color css
<style>
span { border-color: #4E2109; }
span { border-color: rgb(78,33,9); }
td.TdClassName
{
border-color: #4E2109;
}
.TagClassName
{
border-color: #4E2109;
}
</style>