Shades of Brown Pod #4E1609
Tints of Brown Pod #4E1609
RGB
CMYK
RGB Variations
Color information
#4E1609 (or 0x4E1609) is known color: Brown Pod. HEX triplet: 4E, 16 and 09. RGB value is (78,22,9). Sum of RGB (Red+Green+Blue) = 78+22+9=109 (14% of max value = 765). Red value is 78 (30.86% from 255 or 71.56% from 109); Green value is 22 (8.98% from 255 or 20.18% from 109); Blue value is 9 (3.91% from 255 or 8.26% from 109); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1609 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1609 is #B1E9F6. Grayscale: #252525. Windows color (decimal): -11659767 or 595534. OLE color: 595534.
HSL color Cylindrical-coordinate representation of color #4E1609: hue angle of 11.3º 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 #4E1609 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 22 | 9 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.69 |
| HSL | 11.3º | 0.79% | 0.17% | - |
| HSV(B) | 11.3º | 0.88% | 0.31% | - |
| XYZ | 3.48 | 2.21 | 0.5 | - |
| YUV | 37.26 | 112.05 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 9 | 0 | 0.72 | 0.88 | 0.69 | 11.3 | 0.79 | 0.17 |
| Hex | 4E | 16 | 9 | 0 | 48 | 58 | 45 | B | 4F | 11 |
| Octal | 116 | 26 | 11 | 0 | 110 | 130 | 105 | 13 | 117 | 21 |
| Binary | 1001110 | 10110 | 1001 | 0 | 1001000 | 1011000 | 1000101 | 1011 | 1001111 | 10001 |
Color Harmonies of #4E1609
Complementary color
Monochromatic Colors of #4E1609
Black with #4E1609
Text Example
Text Example
White with #4E1609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1609; }
p { color: rgb(78,22,9); }
H1.HeaderClassName
{
color: #4E1609;
}
.AnyTagClassName
{
color: #4E1609;
}
</style>
background-color css
<style>
a { background-color: #4E1609; }
a { background-color: rgb(78,22,9); }
div.DivClassName
{
background-color: #4E1609;
}
.BgClassName
{
background-color: #4E1609;
}
</style>
border-color css
<style>
span { border-color: #4E1609; }
span { border-color: rgb(78,22,9); }
td.TdClassName
{
border-color: #4E1609;
}
.TagClassName
{
border-color: #4E1609;
}
</style>