Shades of Brown Pod #4E1200
Tints of Brown Pod #4E1200
RGB
CMYK
RGB Variations
Color information
#4E1200 (or 0x4E1200) is known color: Brown Pod. HEX triplet: 4E, 12 and 00. RGB value is (78,18,0). Sum of RGB (Red+Green+Blue) = 78+18+0=96 (12% of max value = 765). Red value is 78 (30.86% from 255 or 81.25% from 96); Green value is 18 (7.42% from 255 or 18.75% from 96); Blue value is 0 (0.39% from 255 or 0% from 96); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1200 is #B1EDFF. Grayscale: #222222. Windows color (decimal): -11660800 or 4686. OLE color: 4686.
HSL color Cylindrical-coordinate representation of color #4E1200: hue angle of 13.85º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E1200 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 18 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.69 |
| HSL | 13.85º | 1% | 0.15% | - |
| HSV(B) | 13.85º | 1% | 0.31% | - |
| XYZ | 3.36 | 2.05 | 0.22 | - |
| YUV | 33.89 | 108.88 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 18 | 0 | 0 | 0.77 | 1 | 0.69 | 13.85 | 1 | 0.15 |
| Hex | 4E | 12 | 0 | 0 | 4D | 64 | 45 | E | 64 | F |
| Octal | 116 | 22 | 0 | 0 | 115 | 144 | 105 | 16 | 144 | 17 |
| Binary | 1001110 | 10010 | 0 | 0 | 1001101 | 1100100 | 1000101 | 1110 | 1100100 | 1111 |
Color Harmonies of #4E1200
Complementary color
Monochromatic Colors of #4E1200
Black with #4E1200
Text Example
Text Example
White with #4E1200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1200; }
p { color: rgb(78,18,0); }
H1.HeaderClassName
{
color: #4E1200;
}
.AnyTagClassName
{
color: #4E1200;
}
</style>
background-color css
<style>
a { background-color: #4E1200; }
a { background-color: rgb(78,18,0); }
div.DivClassName
{
background-color: #4E1200;
}
.BgClassName
{
background-color: #4E1200;
}
</style>
border-color css
<style>
span { border-color: #4E1200; }
span { border-color: rgb(78,18,0); }
td.TdClassName
{
border-color: #4E1200;
}
.TagClassName
{
border-color: #4E1200;
}
</style>