Shades of Brown Pod #4E1500
Tints of Brown Pod #4E1500
RGB
CMYK
RGB Variations
Color information
#4E1500 (or 0x4E1500) is known color: Brown Pod. HEX triplet: 4E, 15 and 00. RGB value is (78,21,0). Sum of RGB (Red+Green+Blue) = 78+21+0=99 (13% of max value = 765). Red value is 78 (30.86% from 255 or 78.79% from 99); Green value is 21 (8.59% from 255 or 21.21% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1500 is #B1EAFF. Grayscale: #232323. Windows color (decimal): -11660032 or 5454. OLE color: 5454.
HSL color Cylindrical-coordinate representation of color #4E1500: hue angle of 16.15º 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 #4E1500 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 21 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.69 |
| HSL | 16.15º | 1% | 0.15% | - |
| HSV(B) | 16.15º | 1% | 0.31% | - |
| XYZ | 3.41 | 2.16 | 0.24 | - |
| YUV | 35.65 | 107.88 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 21 | 0 | 0 | 0.73 | 1 | 0.69 | 16.15 | 1 | 0.15 |
| Hex | 4E | 15 | 0 | 0 | 49 | 64 | 45 | 10 | 64 | F |
| Octal | 116 | 25 | 0 | 0 | 111 | 144 | 105 | 20 | 144 | 17 |
| Binary | 1001110 | 10101 | 0 | 0 | 1001001 | 1100100 | 1000101 | 10000 | 1100100 | 1111 |
Color Harmonies of #4E1500
Complementary color
Monochromatic Colors of #4E1500
Black with #4E1500
Text Example
Text Example
White with #4E1500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1500; }
p { color: rgb(78,21,0); }
H1.HeaderClassName
{
color: #4E1500;
}
.AnyTagClassName
{
color: #4E1500;
}
</style>
background-color css
<style>
a { background-color: #4E1500; }
a { background-color: rgb(78,21,0); }
div.DivClassName
{
background-color: #4E1500;
}
.BgClassName
{
background-color: #4E1500;
}
</style>
border-color css
<style>
span { border-color: #4E1500; }
span { border-color: rgb(78,21,0); }
td.TdClassName
{
border-color: #4E1500;
}
.TagClassName
{
border-color: #4E1500;
}
</style>