Shades of Brown Pod #4E1E0C
Tints of Brown Pod #4E1E0C
RGB
CMYK
RGB Variations
Color information
#4E1E0C (or 0x4E1E0C) is known color: Brown Pod. HEX triplet: 4E, 1E and 0C. RGB value is (78,30,12). Sum of RGB (Red+Green+Blue) = 78+30+12=120 (15% of max value = 765). Red value is 78 (30.86% from 255 or 65% from 120); Green value is 30 (12.11% from 255 or 25% from 120); Blue value is 12 (5.08% from 255 or 10% from 120); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1E0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E1E0C is #B1E1F3. Grayscale: #2A2A2A. Windows color (decimal): -11657716 or 794190. OLE color: 794190.
HSL color Cylindrical-coordinate representation of color #4E1E0C: hue angle of 16.36º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E1E0C is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 30 | 12 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.69 |
| HSL | 16.36º | 0.73% | 0.18% | - |
| HSV(B) | 16.36º | 0.85% | 0.31% | - |
| XYZ | 3.67 | 2.57 | 0.65 | - |
| YUV | 42.3 | 110.9 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 30 | 12 | 0 | 0.62 | 0.85 | 0.69 | 16.36 | 0.73 | 0.18 |
| Hex | 4E | 1E | C | 0 | 3E | 55 | 45 | 10 | 49 | 12 |
| Octal | 116 | 36 | 14 | 0 | 76 | 125 | 105 | 20 | 111 | 22 |
| Binary | 1001110 | 11110 | 1100 | 0 | 111110 | 1010101 | 1000101 | 10000 | 1001001 | 10010 |
Color Harmonies of #4E1E0C
Complementary color
Monochromatic Colors of #4E1E0C
Black with #4E1E0C
Text Example
Text Example
White with #4E1E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1E0C; }
p { color: rgb(78,30,12); }
H1.HeaderClassName
{
color: #4E1E0C;
}
.AnyTagClassName
{
color: #4E1E0C;
}
</style>
background-color css
<style>
a { background-color: #4E1E0C; }
a { background-color: rgb(78,30,12); }
div.DivClassName
{
background-color: #4E1E0C;
}
.BgClassName
{
background-color: #4E1E0C;
}
</style>
border-color css
<style>
span { border-color: #4E1E0C; }
span { border-color: rgb(78,30,12); }
td.TdClassName
{
border-color: #4E1E0C;
}
.TagClassName
{
border-color: #4E1E0C;
}
</style>