Shades of Brown Pod #4E200C
Tints of Brown Pod #4E200C
RGB
CMYK
RGB Variations
Color information
#4E200C (or 0x4E200C) is known color: Brown Pod. HEX triplet: 4E, 20 and 0C. RGB value is (78,32,12). Sum of RGB (Red+Green+Blue) = 78+32+12=122 (16% of max value = 765). Red value is 78 (30.86% from 255 or 63.93% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 12 (5.08% from 255 or 9.84% from 122); Max value from RGB is 78 - color contains mainly: red. Hex color #4E200C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E200C is #B1DFF3. Grayscale: #2B2B2B. Windows color (decimal): -11657204 or 794702. OLE color: 794702.
HSL color Cylindrical-coordinate representation of color #4E200C: hue angle of 18.18º 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 #4E200C is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 32 | 12 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.69 |
| HSL | 18.18º | 0.73% | 0.18% | - |
| HSV(B) | 18.18º | 0.85% | 0.31% | - |
| XYZ | 3.72 | 2.68 | 0.67 | - |
| YUV | 43.47 | 110.24 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 32 | 12 | 0 | 0.59 | 0.85 | 0.69 | 18.18 | 0.73 | 0.18 |
| Hex | 4E | 20 | C | 0 | 3B | 55 | 45 | 12 | 49 | 12 |
| Octal | 116 | 40 | 14 | 0 | 73 | 125 | 105 | 22 | 111 | 22 |
| Binary | 1001110 | 100000 | 1100 | 0 | 111011 | 1010101 | 1000101 | 10010 | 1001001 | 10010 |
Color Harmonies of #4E200C
Complementary color
Monochromatic Colors of #4E200C
Black with #4E200C
Text Example
Text Example
White with #4E200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E200C; }
p { color: rgb(78,32,12); }
H1.HeaderClassName
{
color: #4E200C;
}
.AnyTagClassName
{
color: #4E200C;
}
</style>
background-color css
<style>
a { background-color: #4E200C; }
a { background-color: rgb(78,32,12); }
div.DivClassName
{
background-color: #4E200C;
}
.BgClassName
{
background-color: #4E200C;
}
</style>
border-color css
<style>
span { border-color: #4E200C; }
span { border-color: rgb(78,32,12); }
td.TdClassName
{
border-color: #4E200C;
}
.TagClassName
{
border-color: #4E200C;
}
</style>