Shades of Brown Pod #4E1101
Tints of Brown Pod #4E1101
RGB
CMYK
RGB Variations
Color information
#4E1101 (or 0x4E1101) is known color: Brown Pod. HEX triplet: 4E, 11 and 01. RGB value is (78,17,1). Sum of RGB (Red+Green+Blue) = 78+17+1=96 (12% of max value = 765). Red value is 78 (30.86% from 255 or 81.25% from 96); Green value is 17 (7.03% from 255 or 17.71% from 96); Blue value is 1 (0.78% from 255 or 1.04% from 96); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1101 is #B1EEFE. Grayscale: #212121. Windows color (decimal): -11661055 or 69966. OLE color: 69966.
HSL color Cylindrical-coordinate representation of color #4E1101: hue angle of 12.47º 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 #4E1101 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 17 | 1 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.69 |
| HSL | 12.47º | 0.97% | 0.15% | - |
| HSV(B) | 12.47º | 0.99% | 0.31% | - |
| XYZ | 3.35 | 2.02 | 0.24 | - |
| YUV | 33.42 | 109.71 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 17 | 1 | 0 | 0.78 | 0.99 | 0.69 | 12.47 | 0.97 | 0.15 |
| Hex | 4E | 11 | 1 | 0 | 4E | 63 | 45 | C | 61 | F |
| Octal | 116 | 21 | 1 | 0 | 116 | 143 | 105 | 14 | 141 | 17 |
| Binary | 1001110 | 10001 | 1 | 0 | 1001110 | 1100011 | 1000101 | 1100 | 1100001 | 1111 |
Color Harmonies of #4E1101
Complementary color
Monochromatic Colors of #4E1101
Black with #4E1101
Text Example
Text Example
White with #4E1101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1101; }
p { color: rgb(78,17,1); }
H1.HeaderClassName
{
color: #4E1101;
}
.AnyTagClassName
{
color: #4E1101;
}
</style>
background-color css
<style>
a { background-color: #4E1101; }
a { background-color: rgb(78,17,1); }
div.DivClassName
{
background-color: #4E1101;
}
.BgClassName
{
background-color: #4E1101;
}
</style>
border-color css
<style>
span { border-color: #4E1101; }
span { border-color: rgb(78,17,1); }
td.TdClassName
{
border-color: #4E1101;
}
.TagClassName
{
border-color: #4E1101;
}
</style>