Shades of Brown Pod #4E210D
Tints of Brown Pod #4E210D
RGB
CMYK
RGB Variations
Color information
#4E210D (or 0x4E210D) is known color: Brown Pod. HEX triplet: 4E, 21 and 0D. RGB value is (78,33,13). Sum of RGB (Red+Green+Blue) = 78+33+13=124 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.90% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 78 - color contains mainly: red. Hex color #4E210D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E210D is #B1DEF2. Grayscale: #2C2C2C. Windows color (decimal): -11656947 or 860494. OLE color: 860494.
HSL color Cylindrical-coordinate representation of color #4E210D: hue angle of 18.46º 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 #4E210D is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 33 | 13 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.69 |
| HSL | 18.46º | 0.71% | 0.18% | - |
| HSV(B) | 18.46º | 0.83% | 0.31% | - |
| XYZ | 3.76 | 2.74 | 0.71 | - |
| YUV | 44.18 | 110.41 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 33 | 13 | 0 | 0.58 | 0.83 | 0.69 | 18.46 | 0.71 | 0.18 |
| Hex | 4E | 21 | D | 0 | 3A | 53 | 45 | 12 | 47 | 12 |
| Octal | 116 | 41 | 15 | 0 | 72 | 123 | 105 | 22 | 107 | 22 |
| Binary | 1001110 | 100001 | 1101 | 0 | 111010 | 1010011 | 1000101 | 10010 | 1000111 | 10010 |
Color Harmonies of #4E210D
Complementary color
Monochromatic Colors of #4E210D
Black with #4E210D
Text Example
Text Example
White with #4E210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E210D; }
p { color: rgb(78,33,13); }
H1.HeaderClassName
{
color: #4E210D;
}
.AnyTagClassName
{
color: #4E210D;
}
</style>
background-color css
<style>
a { background-color: #4E210D; }
a { background-color: rgb(78,33,13); }
div.DivClassName
{
background-color: #4E210D;
}
.BgClassName
{
background-color: #4E210D;
}
</style>
border-color css
<style>
span { border-color: #4E210D; }
span { border-color: rgb(78,33,13); }
td.TdClassName
{
border-color: #4E210D;
}
.TagClassName
{
border-color: #4E210D;
}
</style>