Shades of Brown Pod #4E2012
Tints of Brown Pod #4E2012
RGB
CMYK
RGB Variations
Color information
#4E2012 (or 0x4E2012) is known color: Brown Pod. HEX triplet: 4E, 20 and 12. RGB value is (78,32,18). Sum of RGB (Red+Green+Blue) = 78+32+18=128 (16% of max value = 765). Red value is 78 (30.86% from 255 or 60.94% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2012 is #B1DFED. Grayscale: #2C2C2C. Windows color (decimal): -11657198 or 1187918. OLE color: 1187918.
HSL color Cylindrical-coordinate representation of color #4E2012: hue angle of 14º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E2012 is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 32 | 18 | - |
| CMYK | 0 | 0.59 | 0.77 | 0.69 |
| HSL | 14º | 0.63% | 0.19% | - |
| HSV(B) | 14º | 0.77% | 0.31% | - |
| XYZ | 3.77 | 2.7 | 0.89 | - |
| YUV | 44.16 | 113.24 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 32 | 18 | 0 | 0.59 | 0.77 | 0.69 | 14 | 0.63 | 0.19 |
| Hex | 4E | 20 | 12 | 0 | 3B | 4D | 45 | E | 3E | 13 |
| Octal | 116 | 40 | 22 | 0 | 73 | 115 | 105 | 16 | 76 | 23 |
| Binary | 1001110 | 100000 | 10010 | 0 | 111011 | 1001101 | 1000101 | 1110 | 111110 | 10011 |
Color Harmonies of #4E2012
Complementary color
Monochromatic Colors of #4E2012
Black with #4E2012
Text Example
Text Example
White with #4E2012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2012; }
p { color: rgb(78,32,18); }
H1.HeaderClassName
{
color: #4E2012;
}
.AnyTagClassName
{
color: #4E2012;
}
</style>
background-color css
<style>
a { background-color: #4E2012; }
a { background-color: rgb(78,32,18); }
div.DivClassName
{
background-color: #4E2012;
}
.BgClassName
{
background-color: #4E2012;
}
</style>
border-color css
<style>
span { border-color: #4E2012; }
span { border-color: rgb(78,32,18); }
td.TdClassName
{
border-color: #4E2012;
}
.TagClassName
{
border-color: #4E2012;
}
</style>