Shades of Brown Pod #4E1601
Tints of Brown Pod #4E1601
RGB
CMYK
RGB Variations
Color information
#4E1601 (or 0x4E1601) is known color: Brown Pod. HEX triplet: 4E, 16 and 01. RGB value is (78,22,1). Sum of RGB (Red+Green+Blue) = 78+22+1=101 (13% of max value = 765). Red value is 78 (30.86% from 255 or 77.23% from 101); Green value is 22 (8.98% from 255 or 21.78% from 101); Blue value is 1 (0.78% from 255 or 0.99% from 101); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1601 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1601 is #B1E9FE. Grayscale: #242424. Windows color (decimal): -11659775 or 71246. OLE color: 71246.
HSL color Cylindrical-coordinate representation of color #4E1601: hue angle of 16.36º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E1601 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 22 | 1 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.69 |
| HSL | 16.36º | 0.97% | 0.15% | - |
| HSV(B) | 16.36º | 0.99% | 0.31% | - |
| XYZ | 3.43 | 2.2 | 0.27 | - |
| YUV | 36.35 | 108.05 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 1 | 0 | 0.72 | 0.99 | 0.69 | 16.36 | 0.97 | 0.15 |
| Hex | 4E | 16 | 1 | 0 | 48 | 63 | 45 | 10 | 61 | F |
| Octal | 116 | 26 | 1 | 0 | 110 | 143 | 105 | 20 | 141 | 17 |
| Binary | 1001110 | 10110 | 1 | 0 | 1001000 | 1100011 | 1000101 | 10000 | 1100001 | 1111 |
Color Harmonies of #4E1601
Complementary color
Monochromatic Colors of #4E1601
Black with #4E1601
Text Example
Text Example
White with #4E1601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1601; }
p { color: rgb(78,22,1); }
H1.HeaderClassName
{
color: #4E1601;
}
.AnyTagClassName
{
color: #4E1601;
}
</style>
background-color css
<style>
a { background-color: #4E1601; }
a { background-color: rgb(78,22,1); }
div.DivClassName
{
background-color: #4E1601;
}
.BgClassName
{
background-color: #4E1601;
}
</style>
border-color css
<style>
span { border-color: #4E1601; }
span { border-color: rgb(78,22,1); }
td.TdClassName
{
border-color: #4E1601;
}
.TagClassName
{
border-color: #4E1601;
}
</style>