Shades of Brown Pod #4E1402
Tints of Brown Pod #4E1402
RGB
CMYK
RGB Variations
Color information
#4E1402 (or 0x4E1402) is known color: Brown Pod. HEX triplet: 4E, 14 and 02. RGB value is (78,20,2). Sum of RGB (Red+Green+Blue) = 78+20+2=100 (13% of max value = 765). Red value is 78 (30.86% from 255 or 78% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1402 is #B1EBFD. Grayscale: #232323. Windows color (decimal): -11660286 or 136270. OLE color: 136270.
HSL color Cylindrical-coordinate representation of color #4E1402: hue angle of 14.21º 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 #4E1402 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 20 | 2 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.69 |
| HSL | 14.21º | 0.95% | 0.16% | - |
| HSV(B) | 14.21º | 0.97% | 0.31% | - |
| XYZ | 3.4 | 2.12 | 0.29 | - |
| YUV | 35.29 | 109.22 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 20 | 2 | 0 | 0.74 | 0.97 | 0.69 | 14.21 | 0.95 | 0.16 |
| Hex | 4E | 14 | 2 | 0 | 4A | 61 | 45 | E | 5F | 10 |
| Octal | 116 | 24 | 2 | 0 | 112 | 141 | 105 | 16 | 137 | 20 |
| Binary | 1001110 | 10100 | 10 | 0 | 1001010 | 1100001 | 1000101 | 1110 | 1011111 | 10000 |
Color Harmonies of #4E1402
Complementary color
Monochromatic Colors of #4E1402
Black with #4E1402
Text Example
Text Example
White with #4E1402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1402; }
p { color: rgb(78,20,2); }
H1.HeaderClassName
{
color: #4E1402;
}
.AnyTagClassName
{
color: #4E1402;
}
</style>
background-color css
<style>
a { background-color: #4E1402; }
a { background-color: rgb(78,20,2); }
div.DivClassName
{
background-color: #4E1402;
}
.BgClassName
{
background-color: #4E1402;
}
</style>
border-color css
<style>
span { border-color: #4E1402; }
span { border-color: rgb(78,20,2); }
td.TdClassName
{
border-color: #4E1402;
}
.TagClassName
{
border-color: #4E1402;
}
</style>