Shades of Brown Pod #4E1605
Tints of Brown Pod #4E1605
RGB
CMYK
RGB Variations
Color information
#4E1605 (or 0x4E1605) is known color: Brown Pod. HEX triplet: 4E, 16 and 05. RGB value is (78,22,5). Sum of RGB (Red+Green+Blue) = 78+22+5=105 (13% of max value = 765). Red value is 78 (30.86% from 255 or 74.29% from 105); Green value is 22 (8.98% from 255 or 20.95% from 105); Blue value is 5 (2.34% from 255 or 4.76% from 105); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1605 is #B1E9FA. Grayscale: #242424. Windows color (decimal): -11659771 or 333390. OLE color: 333390.
HSL color Cylindrical-coordinate representation of color #4E1605: hue angle of 13.97º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E1605 is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 22 | 5 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.69 |
| HSL | 13.97º | 0.88% | 0.16% | - |
| HSV(B) | 13.97º | 0.94% | 0.31% | - |
| XYZ | 3.46 | 2.2 | 0.39 | - |
| YUV | 36.81 | 110.05 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 5 | 0 | 0.72 | 0.94 | 0.69 | 13.97 | 0.88 | 0.16 |
| Hex | 4E | 16 | 5 | 0 | 48 | 5E | 45 | E | 58 | 10 |
| Octal | 116 | 26 | 5 | 0 | 110 | 136 | 105 | 16 | 130 | 20 |
| Binary | 1001110 | 10110 | 101 | 0 | 1001000 | 1011110 | 1000101 | 1110 | 1011000 | 10000 |
Color Harmonies of #4E1605
Complementary color
Monochromatic Colors of #4E1605
Black with #4E1605
Text Example
Text Example
White with #4E1605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1605; }
p { color: rgb(78,22,5); }
H1.HeaderClassName
{
color: #4E1605;
}
.AnyTagClassName
{
color: #4E1605;
}
</style>
background-color css
<style>
a { background-color: #4E1605; }
a { background-color: rgb(78,22,5); }
div.DivClassName
{
background-color: #4E1605;
}
.BgClassName
{
background-color: #4E1605;
}
</style>
border-color css
<style>
span { border-color: #4E1605; }
span { border-color: rgb(78,22,5); }
td.TdClassName
{
border-color: #4E1605;
}
.TagClassName
{
border-color: #4E1605;
}
</style>