Shades of Brown Pod #4E1603
Tints of Brown Pod #4E1603
RGB
CMYK
RGB Variations
Color information
#4E1603 (or 0x4E1603) is known color: Brown Pod. HEX triplet: 4E, 16 and 03. RGB value is (78,22,3). Sum of RGB (Red+Green+Blue) = 78+22+3=103 (13% of max value = 765). Red value is 78 (30.86% from 255 or 75.73% from 103); Green value is 22 (8.98% from 255 or 21.36% from 103); Blue value is 3 (1.56% from 255 or 2.91% from 103); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1603 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1603 is #B1E9FC. Grayscale: #242424. Windows color (decimal): -11659773 or 202318. OLE color: 202318.
HSL color Cylindrical-coordinate representation of color #4E1603: hue angle of 15.2º 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 #4E1603 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 22 | 3 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.69 |
| HSL | 15.2º | 0.93% | 0.16% | - |
| HSV(B) | 15.2º | 0.96% | 0.31% | - |
| XYZ | 3.45 | 2.2 | 0.33 | - |
| YUV | 36.58 | 109.05 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 22 | 3 | 0 | 0.72 | 0.96 | 0.69 | 15.2 | 0.93 | 0.16 |
| Hex | 4E | 16 | 3 | 0 | 48 | 60 | 45 | F | 5D | 10 |
| Octal | 116 | 26 | 3 | 0 | 110 | 140 | 105 | 17 | 135 | 20 |
| Binary | 1001110 | 10110 | 11 | 0 | 1001000 | 1100000 | 1000101 | 1111 | 1011101 | 10000 |
Color Harmonies of #4E1603
Complementary color
Monochromatic Colors of #4E1603
Black with #4E1603
Text Example
Text Example
White with #4E1603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1603; }
p { color: rgb(78,22,3); }
H1.HeaderClassName
{
color: #4E1603;
}
.AnyTagClassName
{
color: #4E1603;
}
</style>
background-color css
<style>
a { background-color: #4E1603; }
a { background-color: rgb(78,22,3); }
div.DivClassName
{
background-color: #4E1603;
}
.BgClassName
{
background-color: #4E1603;
}
</style>
border-color css
<style>
span { border-color: #4E1603; }
span { border-color: rgb(78,22,3); }
td.TdClassName
{
border-color: #4E1603;
}
.TagClassName
{
border-color: #4E1603;
}
</style>