Shades of Brown Pod #4E1502
Tints of Brown Pod #4E1502
RGB
CMYK
RGB Variations
Color information
#4E1502 (or 0x4E1502) is known color: Brown Pod. HEX triplet: 4E, 15 and 02. RGB value is (78,21,2). Sum of RGB (Red+Green+Blue) = 78+21+2=101 (13% of max value = 765). Red value is 78 (30.86% from 255 or 77.23% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1502 is #B1EAFD. Grayscale: #242424. Windows color (decimal): -11660030 or 136526. OLE color: 136526.
HSL color Cylindrical-coordinate representation of color #4E1502: hue angle of 15º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E1502 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 21 | 2 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.69 |
| HSL | 15º | 0.95% | 0.16% | - |
| HSV(B) | 15º | 0.97% | 0.31% | - |
| XYZ | 3.42 | 2.16 | 0.29 | - |
| YUV | 35.88 | 108.88 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 21 | 2 | 0 | 0.73 | 0.97 | 0.69 | 15 | 0.95 | 0.16 |
| Hex | 4E | 15 | 2 | 0 | 49 | 61 | 45 | F | 5F | 10 |
| Octal | 116 | 25 | 2 | 0 | 111 | 141 | 105 | 17 | 137 | 20 |
| Binary | 1001110 | 10101 | 10 | 0 | 1001001 | 1100001 | 1000101 | 1111 | 1011111 | 10000 |
Color Harmonies of #4E1502
Complementary color
Monochromatic Colors of #4E1502
Black with #4E1502
Text Example
Text Example
White with #4E1502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1502; }
p { color: rgb(78,21,2); }
H1.HeaderClassName
{
color: #4E1502;
}
.AnyTagClassName
{
color: #4E1502;
}
</style>
background-color css
<style>
a { background-color: #4E1502; }
a { background-color: rgb(78,21,2); }
div.DivClassName
{
background-color: #4E1502;
}
.BgClassName
{
background-color: #4E1502;
}
</style>
border-color css
<style>
span { border-color: #4E1502; }
span { border-color: rgb(78,21,2); }
td.TdClassName
{
border-color: #4E1502;
}
.TagClassName
{
border-color: #4E1502;
}
</style>