Shades of Brown Pod #4E1303
Tints of Brown Pod #4E1303
RGB
CMYK
RGB Variations
Color information
#4E1303 (or 0x4E1303) is known color: Brown Pod. HEX triplet: 4E, 13 and 03. RGB value is (78,19,3). Sum of RGB (Red+Green+Blue) = 78+19+3=100 (13% of max value = 765). Red value is 78 (30.86% from 255 or 78% from 100); Green value is 19 (7.81% from 255 or 19% from 100); Blue value is 3 (1.56% from 255 or 3% from 100); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1303 is #B1ECFC. Grayscale: #222222. Windows color (decimal): -11660541 or 201550. OLE color: 201550.
HSL color Cylindrical-coordinate representation of color #4E1303: hue angle of 12.8º 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 #4E1303 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 19 | 3 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.69 |
| HSL | 12.8º | 0.93% | 0.16% | - |
| HSV(B) | 12.8º | 0.96% | 0.31% | - |
| XYZ | 3.39 | 2.09 | 0.31 | - |
| YUV | 34.82 | 110.05 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 19 | 3 | 0 | 0.76 | 0.96 | 0.69 | 12.8 | 0.93 | 0.16 |
| Hex | 4E | 13 | 3 | 0 | 4C | 60 | 45 | D | 5D | 10 |
| Octal | 116 | 23 | 3 | 0 | 114 | 140 | 105 | 15 | 135 | 20 |
| Binary | 1001110 | 10011 | 11 | 0 | 1001100 | 1100000 | 1000101 | 1101 | 1011101 | 10000 |
Color Harmonies of #4E1303
Complementary color
Monochromatic Colors of #4E1303
Black with #4E1303
Text Example
Text Example
White with #4E1303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1303; }
p { color: rgb(78,19,3); }
H1.HeaderClassName
{
color: #4E1303;
}
.AnyTagClassName
{
color: #4E1303;
}
</style>
background-color css
<style>
a { background-color: #4E1303; }
a { background-color: rgb(78,19,3); }
div.DivClassName
{
background-color: #4E1303;
}
.BgClassName
{
background-color: #4E1303;
}
</style>
border-color css
<style>
span { border-color: #4E1303; }
span { border-color: rgb(78,19,3); }
td.TdClassName
{
border-color: #4E1303;
}
.TagClassName
{
border-color: #4E1303;
}
</style>