Shades of Brown Pod #4E1508
Tints of Brown Pod #4E1508
RGB
CMYK
RGB Variations
Color information
#4E1508 (or 0x4E1508) is known color: Brown Pod. HEX triplet: 4E, 15 and 08. RGB value is (78,21,8). Sum of RGB (Red+Green+Blue) = 78+21+8=107 (14% of max value = 765). Red value is 78 (30.86% from 255 or 72.90% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 8 (3.52% from 255 or 7.48% from 107); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1508 is #B1EAF7. Grayscale: #242424. Windows color (decimal): -11660024 or 529742. OLE color: 529742.
HSL color Cylindrical-coordinate representation of color #4E1508: hue angle of 11.14º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E1508 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 21 | 8 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.69 |
| HSL | 11.14º | 0.81% | 0.17% | - |
| HSV(B) | 11.14º | 0.9% | 0.31% | - |
| XYZ | 3.45 | 2.17 | 0.47 | - |
| YUV | 36.56 | 111.88 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 21 | 8 | 0 | 0.73 | 0.90 | 0.69 | 11.14 | 0.81 | 0.17 |
| Hex | 4E | 15 | 8 | 0 | 49 | 5A | 45 | B | 51 | 11 |
| Octal | 116 | 25 | 10 | 0 | 111 | 132 | 105 | 13 | 121 | 21 |
| Binary | 1001110 | 10101 | 1000 | 0 | 1001001 | 1011010 | 1000101 | 1011 | 1010001 | 10001 |
Color Harmonies of #4E1508
Complementary color
Monochromatic Colors of #4E1508
Black with #4E1508
Text Example
Text Example
White with #4E1508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1508; }
p { color: rgb(78,21,8); }
H1.HeaderClassName
{
color: #4E1508;
}
.AnyTagClassName
{
color: #4E1508;
}
</style>
background-color css
<style>
a { background-color: #4E1508; }
a { background-color: rgb(78,21,8); }
div.DivClassName
{
background-color: #4E1508;
}
.BgClassName
{
background-color: #4E1508;
}
</style>
border-color css
<style>
span { border-color: #4E1508; }
span { border-color: rgb(78,21,8); }
td.TdClassName
{
border-color: #4E1508;
}
.TagClassName
{
border-color: #4E1508;
}
</style>