Shades of Brown Pod #4E1B06
Tints of Brown Pod #4E1B06
RGB
CMYK
RGB Variations
Color information
#4E1B06 (or 0x4E1B06) is known color: Brown Pod. HEX triplet: 4E, 1B and 06. RGB value is (78,27,6). Sum of RGB (Red+Green+Blue) = 78+27+6=111 (14% of max value = 765). Red value is 78 (30.86% from 255 or 70.27% from 111); Green value is 27 (10.94% from 255 or 24.32% from 111); Blue value is 6 (2.73% from 255 or 5.41% from 111); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E1B06 is #B1E4F9. Grayscale: #272727. Windows color (decimal): -11658490 or 400206. OLE color: 400206.
HSL color Cylindrical-coordinate representation of color #4E1B06: hue angle of 17.5º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4E1B06 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 27 | 6 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.69 |
| HSL | 17.5º | 0.86% | 0.16% | - |
| HSV(B) | 17.5º | 0.92% | 0.31% | - |
| XYZ | 3.57 | 2.42 | 0.45 | - |
| YUV | 39.86 | 108.9 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 27 | 6 | 0 | 0.65 | 0.92 | 0.69 | 17.5 | 0.86 | 0.16 |
| Hex | 4E | 1B | 6 | 0 | 41 | 5C | 45 | 12 | 56 | 10 |
| Octal | 116 | 33 | 6 | 0 | 101 | 134 | 105 | 22 | 126 | 20 |
| Binary | 1001110 | 11011 | 110 | 0 | 1000001 | 1011100 | 1000101 | 10010 | 1010110 | 10000 |
Color Harmonies of #4E1B06
Complementary color
Monochromatic Colors of #4E1B06
Black with #4E1B06
Text Example
Text Example
White with #4E1B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1B06; }
p { color: rgb(78,27,6); }
H1.HeaderClassName
{
color: #4E1B06;
}
.AnyTagClassName
{
color: #4E1B06;
}
</style>
background-color css
<style>
a { background-color: #4E1B06; }
a { background-color: rgb(78,27,6); }
div.DivClassName
{
background-color: #4E1B06;
}
.BgClassName
{
background-color: #4E1B06;
}
</style>
border-color css
<style>
span { border-color: #4E1B06; }
span { border-color: rgb(78,27,6); }
td.TdClassName
{
border-color: #4E1B06;
}
.TagClassName
{
border-color: #4E1B06;
}
</style>