Shades of Brown Pod #4E2011
Tints of Brown Pod #4E2011
RGB
CMYK
RGB Variations
Color information
#4E2011 (or 0x4E2011) is known color: Brown Pod. HEX triplet: 4E, 20 and 11. RGB value is (78,32,17). Sum of RGB (Red+Green+Blue) = 78+32+17=127 (16% of max value = 765). Red value is 78 (30.86% from 255 or 61.42% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 17 (7.03% from 255 or 13.39% from 127); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E2011 is #B1DFEE. Grayscale: #2C2C2C. Windows color (decimal): -11657199 or 1122382. OLE color: 1122382.
HSL color Cylindrical-coordinate representation of color #4E2011: hue angle of 14.75º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E2011 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 32 | 17 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.69 |
| HSL | 14.75º | 0.64% | 0.19% | - |
| HSV(B) | 14.75º | 0.78% | 0.31% | - |
| XYZ | 3.76 | 2.69 | 0.85 | - |
| YUV | 44.04 | 112.74 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 32 | 17 | 0 | 0.59 | 0.78 | 0.69 | 14.75 | 0.64 | 0.19 |
| Hex | 4E | 20 | 11 | 0 | 3B | 4E | 45 | F | 40 | 13 |
| Octal | 116 | 40 | 21 | 0 | 73 | 116 | 105 | 17 | 100 | 23 |
| Binary | 1001110 | 100000 | 10001 | 0 | 111011 | 1001110 | 1000101 | 1111 | 1000000 | 10011 |
Color Harmonies of #4E2011
Complementary color
Monochromatic Colors of #4E2011
Black with #4E2011
Text Example
Text Example
White with #4E2011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2011; }
p { color: rgb(78,32,17); }
H1.HeaderClassName
{
color: #4E2011;
}
.AnyTagClassName
{
color: #4E2011;
}
</style>
background-color css
<style>
a { background-color: #4E2011; }
a { background-color: rgb(78,32,17); }
div.DivClassName
{
background-color: #4E2011;
}
.BgClassName
{
background-color: #4E2011;
}
</style>
border-color css
<style>
span { border-color: #4E2011; }
span { border-color: rgb(78,32,17); }
td.TdClassName
{
border-color: #4E2011;
}
.TagClassName
{
border-color: #4E2011;
}
</style>