Shades of Brown Pod #4E200D
Tints of Brown Pod #4E200D
RGB
CMYK
RGB Variations
Color information
#4E200D (or 0x4E200D) is known color: Brown Pod. HEX triplet: 4E, 20 and 0D. RGB value is (78,32,13). Sum of RGB (Red+Green+Blue) = 78+32+13=123 (16% of max value = 765). Red value is 78 (30.86% from 255 or 63.41% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 78 - color contains mainly: red. Hex color #4E200D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E200D is #B1DFF2. Grayscale: #2B2B2B. Windows color (decimal): -11657203 or 860238. OLE color: 860238.
HSL color Cylindrical-coordinate representation of color #4E200D: hue angle of 17.54º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E200D is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 32 | 13 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.69 |
| HSL | 17.54º | 0.71% | 0.18% | - |
| HSV(B) | 17.54º | 0.83% | 0.31% | - |
| XYZ | 3.73 | 2.68 | 0.7 | - |
| YUV | 43.59 | 110.74 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 32 | 13 | 0 | 0.59 | 0.83 | 0.69 | 17.54 | 0.71 | 0.18 |
| Hex | 4E | 20 | D | 0 | 3B | 53 | 45 | 12 | 47 | 12 |
| Octal | 116 | 40 | 15 | 0 | 73 | 123 | 105 | 22 | 107 | 22 |
| Binary | 1001110 | 100000 | 1101 | 0 | 111011 | 1010011 | 1000101 | 10010 | 1000111 | 10010 |
Color Harmonies of #4E200D
Complementary color
Monochromatic Colors of #4E200D
Black with #4E200D
Text Example
Text Example
White with #4E200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E200D; }
p { color: rgb(78,32,13); }
H1.HeaderClassName
{
color: #4E200D;
}
.AnyTagClassName
{
color: #4E200D;
}
</style>
background-color css
<style>
a { background-color: #4E200D; }
a { background-color: rgb(78,32,13); }
div.DivClassName
{
background-color: #4E200D;
}
.BgClassName
{
background-color: #4E200D;
}
</style>
border-color css
<style>
span { border-color: #4E200D; }
span { border-color: rgb(78,32,13); }
td.TdClassName
{
border-color: #4E200D;
}
.TagClassName
{
border-color: #4E200D;
}
</style>