Shades of Brown Pod #4E1809
Tints of Brown Pod #4E1809
RGB
CMYK
RGB Variations
Color information
#4E1809 (or 0x4E1809) is known color: Brown Pod. HEX triplet: 4E, 18 and 09. RGB value is (78,24,9). Sum of RGB (Red+Green+Blue) = 78+24+9=111 (14% of max value = 765). Red value is 78 (30.86% from 255 or 70.27% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 9 (3.91% from 255 or 8.11% from 111); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1809 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1809 is #B1E7F6. Grayscale: #262626. Windows color (decimal): -11659255 or 596046. OLE color: 596046.
HSL color Cylindrical-coordinate representation of color #4E1809: hue angle of 13.04º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E1809 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 24 | 9 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.69 |
| HSL | 13.04º | 0.79% | 0.17% | - |
| HSV(B) | 13.04º | 0.88% | 0.31% | - |
| XYZ | 3.52 | 2.29 | 0.52 | - |
| YUV | 38.44 | 111.39 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 24 | 9 | 0 | 0.69 | 0.88 | 0.69 | 13.04 | 0.79 | 0.17 |
| Hex | 4E | 18 | 9 | 0 | 45 | 58 | 45 | D | 4F | 11 |
| Octal | 116 | 30 | 11 | 0 | 105 | 130 | 105 | 15 | 117 | 21 |
| Binary | 1001110 | 11000 | 1001 | 0 | 1000101 | 1011000 | 1000101 | 1101 | 1001111 | 10001 |
Color Harmonies of #4E1809
Complementary color
Monochromatic Colors of #4E1809
Black with #4E1809
Text Example
Text Example
White with #4E1809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1809; }
p { color: rgb(78,24,9); }
H1.HeaderClassName
{
color: #4E1809;
}
.AnyTagClassName
{
color: #4E1809;
}
</style>
background-color css
<style>
a { background-color: #4E1809; }
a { background-color: rgb(78,24,9); }
div.DivClassName
{
background-color: #4E1809;
}
.BgClassName
{
background-color: #4E1809;
}
</style>
border-color css
<style>
span { border-color: #4E1809; }
span { border-color: rgb(78,24,9); }
td.TdClassName
{
border-color: #4E1809;
}
.TagClassName
{
border-color: #4E1809;
}
</style>