Shades of Brown Pod #4E1203
Tints of Brown Pod #4E1203
RGB
CMYK
RGB Variations
Color information
#4E1203 (or 0x4E1203) is known color: Brown Pod. HEX triplet: 4E, 12 and 03. RGB value is (78,18,3). Sum of RGB (Red+Green+Blue) = 78+18+3=99 (13% of max value = 765). Red value is 78 (30.86% from 255 or 78.79% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 3 (1.56% from 255 or 3.03% from 99); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1203 is #B1EDFC. Grayscale: #222222. Windows color (decimal): -11660797 or 201294. OLE color: 201294.
HSL color Cylindrical-coordinate representation of color #4E1203: hue angle of 12º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E1203 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 18 | 3 | - |
| CMYK | 0 | 0.77 | 0.96 | 0.69 |
| HSL | 12º | 0.93% | 0.16% | - |
| HSV(B) | 12º | 0.96% | 0.31% | - |
| XYZ | 3.37 | 2.06 | 0.31 | - |
| YUV | 34.23 | 110.38 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 18 | 3 | 0 | 0.77 | 0.96 | 0.69 | 12 | 0.93 | 0.16 |
| Hex | 4E | 12 | 3 | 0 | 4D | 60 | 45 | C | 5D | 10 |
| Octal | 116 | 22 | 3 | 0 | 115 | 140 | 105 | 14 | 135 | 20 |
| Binary | 1001110 | 10010 | 11 | 0 | 1001101 | 1100000 | 1000101 | 1100 | 1011101 | 10000 |
Color Harmonies of #4E1203
Complementary color
Monochromatic Colors of #4E1203
Black with #4E1203
Text Example
Text Example
White with #4E1203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1203; }
p { color: rgb(78,18,3); }
H1.HeaderClassName
{
color: #4E1203;
}
.AnyTagClassName
{
color: #4E1203;
}
</style>
background-color css
<style>
a { background-color: #4E1203; }
a { background-color: rgb(78,18,3); }
div.DivClassName
{
background-color: #4E1203;
}
.BgClassName
{
background-color: #4E1203;
}
</style>
border-color css
<style>
span { border-color: #4E1203; }
span { border-color: rgb(78,18,3); }
td.TdClassName
{
border-color: #4E1203;
}
.TagClassName
{
border-color: #4E1203;
}
</style>