Shades of Brown Pod #4E1602
Tints of Brown Pod #4E1602
RGB
CMYK
RGB Variations
Color information
#4E1602 (or 0x4E1602) is known color: Brown Pod. HEX triplet: 4E, 16 and 02. RGB value is (78,22,2). Sum of RGB (Red+Green+Blue) = 78+22+2=102 (13% of max value = 765). Red value is 78 (30.86% from 255 or 76.47% from 102); Green value is 22 (8.98% from 255 or 21.57% from 102); Blue value is 2 (1.17% from 255 or 1.96% from 102); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1602 is #B1E9FD. Grayscale: #242424. Windows color (decimal): -11659774 or 136782. OLE color: 136782.
HSL color Cylindrical-coordinate representation of color #4E1602: hue angle of 15.79º 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 #4E1602 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 22 | 2 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.69 |
| HSL | 15.79º | 0.95% | 0.16% | - |
| HSV(B) | 15.79º | 0.97% | 0.31% | - |
| XYZ | 3.44 | 2.2 | 0.3 | - |
| YUV | 36.46 | 108.55 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 2 | 0 | 0.72 | 0.97 | 0.69 | 15.79 | 0.95 | 0.16 |
| Hex | 4E | 16 | 2 | 0 | 48 | 61 | 45 | 10 | 5F | 10 |
| Octal | 116 | 26 | 2 | 0 | 110 | 141 | 105 | 20 | 137 | 20 |
| Binary | 1001110 | 10110 | 10 | 0 | 1001000 | 1100001 | 1000101 | 10000 | 1011111 | 10000 |
Color Harmonies of #4E1602
Complementary color
Monochromatic Colors of #4E1602
Black with #4E1602
Text Example
Text Example
White with #4E1602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1602; }
p { color: rgb(78,22,2); }
H1.HeaderClassName
{
color: #4E1602;
}
.AnyTagClassName
{
color: #4E1602;
}
</style>
background-color css
<style>
a { background-color: #4E1602; }
a { background-color: rgb(78,22,2); }
div.DivClassName
{
background-color: #4E1602;
}
.BgClassName
{
background-color: #4E1602;
}
</style>
border-color css
<style>
span { border-color: #4E1602; }
span { border-color: rgb(78,22,2); }
td.TdClassName
{
border-color: #4E1602;
}
.TagClassName
{
border-color: #4E1602;
}
</style>