Shades of Brown Pod #4E1600
Tints of Brown Pod #4E1600
RGB
CMYK
RGB Variations
Color information
#4E1600 (or 0x4E1600) is known color: Brown Pod. HEX triplet: 4E, 16 and 00. RGB value is (78,22,0). Sum of RGB (Red+Green+Blue) = 78+22+0=100 (13% of max value = 765). Red value is 78 (30.86% from 255 or 78% from 100); Green value is 22 (8.98% from 255 or 22% from 100); Blue value is 0 (0.39% from 255 or 0% from 100); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1600 is #B1E9FF. Grayscale: #242424. Windows color (decimal): -11659776 or 5710. OLE color: 5710.
HSL color Cylindrical-coordinate representation of color #4E1600: hue angle of 16.92º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E1600 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 22 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.69 |
| HSL | 16.92º | 1% | 0.15% | - |
| HSV(B) | 16.92º | 1% | 0.31% | - |
| XYZ | 3.43 | 2.19 | 0.24 | - |
| YUV | 36.24 | 107.55 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 0 | 0 | 0.72 | 1 | 0.69 | 16.92 | 1 | 0.15 |
| Hex | 4E | 16 | 0 | 0 | 48 | 64 | 45 | 11 | 64 | F |
| Octal | 116 | 26 | 0 | 0 | 110 | 144 | 105 | 21 | 144 | 17 |
| Binary | 1001110 | 10110 | 0 | 0 | 1001000 | 1100100 | 1000101 | 10001 | 1100100 | 1111 |
Color Harmonies of #4E1600
Complementary color
Monochromatic Colors of #4E1600
Black with #4E1600
Text Example
Text Example
White with #4E1600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1600; }
p { color: rgb(78,22,0); }
H1.HeaderClassName
{
color: #4E1600;
}
.AnyTagClassName
{
color: #4E1600;
}
</style>
background-color css
<style>
a { background-color: #4E1600; }
a { background-color: rgb(78,22,0); }
div.DivClassName
{
background-color: #4E1600;
}
.BgClassName
{
background-color: #4E1600;
}
</style>
border-color css
<style>
span { border-color: #4E1600; }
span { border-color: rgb(78,22,0); }
td.TdClassName
{
border-color: #4E1600;
}
.TagClassName
{
border-color: #4E1600;
}
</style>