Shades of Brown Pod #4E1405
Tints of Brown Pod #4E1405
RGB
CMYK
RGB Variations
Color information
#4E1405 (or 0x4E1405) is known color: Brown Pod. HEX triplet: 4E, 14 and 05. RGB value is (78,20,5). Sum of RGB (Red+Green+Blue) = 78+20+5=103 (13% of max value = 765). Red value is 78 (30.86% from 255 or 75.73% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 5 (2.34% from 255 or 4.85% from 103); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1405 is #B1EBFA. Grayscale: #232323. Windows color (decimal): -11660283 or 332878. OLE color: 332878.
HSL color Cylindrical-coordinate representation of color #4E1405: hue angle of 12.33º 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 #4E1405 is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 20 | 5 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.69 |
| HSL | 12.33º | 0.88% | 0.16% | - |
| HSV(B) | 12.33º | 0.94% | 0.31% | - |
| XYZ | 3.42 | 2.13 | 0.37 | - |
| YUV | 35.63 | 110.72 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 20 | 5 | 0 | 0.74 | 0.94 | 0.69 | 12.33 | 0.88 | 0.16 |
| Hex | 4E | 14 | 5 | 0 | 4A | 5E | 45 | C | 58 | 10 |
| Octal | 116 | 24 | 5 | 0 | 112 | 136 | 105 | 14 | 130 | 20 |
| Binary | 1001110 | 10100 | 101 | 0 | 1001010 | 1011110 | 1000101 | 1100 | 1011000 | 10000 |
Color Harmonies of #4E1405
Complementary color
Monochromatic Colors of #4E1405
Black with #4E1405
Text Example
Text Example
White with #4E1405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1405; }
p { color: rgb(78,20,5); }
H1.HeaderClassName
{
color: #4E1405;
}
.AnyTagClassName
{
color: #4E1405;
}
</style>
background-color css
<style>
a { background-color: #4E1405; }
a { background-color: rgb(78,20,5); }
div.DivClassName
{
background-color: #4E1405;
}
.BgClassName
{
background-color: #4E1405;
}
</style>
border-color css
<style>
span { border-color: #4E1405; }
span { border-color: rgb(78,20,5); }
td.TdClassName
{
border-color: #4E1405;
}
.TagClassName
{
border-color: #4E1405;
}
</style>