Shades of Brown Pod #4E1B0D
Tints of Brown Pod #4E1B0D
RGB
CMYK
RGB Variations
Color information
#4E1B0D (or 0x4E1B0D) is known color: Brown Pod. HEX triplet: 4E, 1B and 0D. RGB value is (78,27,13). Sum of RGB (Red+Green+Blue) = 78+27+13=118 (15% of max value = 765). Red value is 78 (30.86% from 255 or 66.10% from 118); Green value is 27 (10.94% from 255 or 22.88% from 118); Blue value is 13 (5.47% from 255 or 11.02% from 118); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E1B0D is #B1E4F2. Grayscale: #282828. Windows color (decimal): -11658483 or 858958. OLE color: 858958.
HSL color Cylindrical-coordinate representation of color #4E1B0D: hue angle of 12.92º 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 #4E1B0D is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 27 | 13 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.69 |
| HSL | 12.92º | 0.71% | 0.18% | - |
| HSV(B) | 12.92º | 0.83% | 0.31% | - |
| XYZ | 3.61 | 2.43 | 0.66 | - |
| YUV | 40.65 | 112.4 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 27 | 13 | 0 | 0.65 | 0.83 | 0.69 | 12.92 | 0.71 | 0.18 |
| Hex | 4E | 1B | D | 0 | 41 | 53 | 45 | D | 47 | 12 |
| Octal | 116 | 33 | 15 | 0 | 101 | 123 | 105 | 15 | 107 | 22 |
| Binary | 1001110 | 11011 | 1101 | 0 | 1000001 | 1010011 | 1000101 | 1101 | 1000111 | 10010 |
Color Harmonies of #4E1B0D
Complementary color
Monochromatic Colors of #4E1B0D
Black with #4E1B0D
Text Example
Text Example
White with #4E1B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1B0D; }
p { color: rgb(78,27,13); }
H1.HeaderClassName
{
color: #4E1B0D;
}
.AnyTagClassName
{
color: #4E1B0D;
}
</style>
background-color css
<style>
a { background-color: #4E1B0D; }
a { background-color: rgb(78,27,13); }
div.DivClassName
{
background-color: #4E1B0D;
}
.BgClassName
{
background-color: #4E1B0D;
}
</style>
border-color css
<style>
span { border-color: #4E1B0D; }
span { border-color: rgb(78,27,13); }
td.TdClassName
{
border-color: #4E1B0D;
}
.TagClassName
{
border-color: #4E1B0D;
}
</style>