Shades of Brown Pod #4E1D0C
Tints of Brown Pod #4E1D0C
RGB
CMYK
RGB Variations
Color information
#4E1D0C (or 0x4E1D0C) is known color: Brown Pod. HEX triplet: 4E, 1D and 0C. RGB value is (78,29,12). Sum of RGB (Red+Green+Blue) = 78+29+12=119 (15% of max value = 765). Red value is 78 (30.86% from 255 or 65.55% from 119); Green value is 29 (11.72% from 255 or 24.37% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1D0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E1D0C is #B1E2F3. Grayscale: #292929. Windows color (decimal): -11657972 or 793934. OLE color: 793934.
HSL color Cylindrical-coordinate representation of color #4E1D0C: hue angle of 15.45º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E1D0C is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 29 | 12 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.69 |
| HSL | 15.45º | 0.73% | 0.18% | - |
| HSV(B) | 15.45º | 0.85% | 0.31% | - |
| XYZ | 3.65 | 2.52 | 0.64 | - |
| YUV | 41.71 | 111.23 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 29 | 12 | 0 | 0.63 | 0.85 | 0.69 | 15.45 | 0.73 | 0.18 |
| Hex | 4E | 1D | C | 0 | 3F | 55 | 45 | F | 49 | 12 |
| Octal | 116 | 35 | 14 | 0 | 77 | 125 | 105 | 17 | 111 | 22 |
| Binary | 1001110 | 11101 | 1100 | 0 | 111111 | 1010101 | 1000101 | 1111 | 1001001 | 10010 |
Color Harmonies of #4E1D0C
Complementary color
Monochromatic Colors of #4E1D0C
Black with #4E1D0C
Text Example
Text Example
White with #4E1D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1D0C; }
p { color: rgb(78,29,12); }
H1.HeaderClassName
{
color: #4E1D0C;
}
.AnyTagClassName
{
color: #4E1D0C;
}
</style>
background-color css
<style>
a { background-color: #4E1D0C; }
a { background-color: rgb(78,29,12); }
div.DivClassName
{
background-color: #4E1D0C;
}
.BgClassName
{
background-color: #4E1D0C;
}
</style>
border-color css
<style>
span { border-color: #4E1D0C; }
span { border-color: rgb(78,29,12); }
td.TdClassName
{
border-color: #4E1D0C;
}
.TagClassName
{
border-color: #4E1D0C;
}
</style>