Shades of Brown Pod #4E1C04
Tints of Brown Pod #4E1C04
RGB
CMYK
RGB Variations
Color information
#4E1C04 (or 0x4E1C04) is known color: Brown Pod. HEX triplet: 4E, 1C and 04. RGB value is (78,28,4). Sum of RGB (Red+Green+Blue) = 78+28+4=110 (14% of max value = 765). Red value is 78 (30.86% from 255 or 70.91% from 110); Green value is 28 (11.33% from 255 or 25.45% from 110); Blue value is 4 (1.95% from 255 or 3.64% from 110); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E1C04 is #B1E3FB. Grayscale: #282828. Windows color (decimal): -11658236 or 269390. OLE color: 269390.
HSL color Cylindrical-coordinate representation of color #4E1C04: hue angle of 19.46º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E1C04 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 28 | 4 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.69 |
| HSL | 19.46º | 0.9% | 0.16% | - |
| HSV(B) | 19.46º | 0.95% | 0.31% | - |
| XYZ | 3.58 | 2.46 | 0.4 | - |
| YUV | 40.21 | 107.57 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 28 | 4 | 0 | 0.64 | 0.95 | 0.69 | 19.46 | 0.9 | 0.16 |
| Hex | 4E | 1C | 4 | 0 | 40 | 5F | 45 | 13 | 5A | 10 |
| Octal | 116 | 34 | 4 | 0 | 100 | 137 | 105 | 23 | 132 | 20 |
| Binary | 1001110 | 11100 | 100 | 0 | 1000000 | 1011111 | 1000101 | 10011 | 1011010 | 10000 |
Color Harmonies of #4E1C04
Complementary color
Monochromatic Colors of #4E1C04
Black with #4E1C04
Text Example
Text Example
White with #4E1C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1C04; }
p { color: rgb(78,28,4); }
H1.HeaderClassName
{
color: #4E1C04;
}
.AnyTagClassName
{
color: #4E1C04;
}
</style>
background-color css
<style>
a { background-color: #4E1C04; }
a { background-color: rgb(78,28,4); }
div.DivClassName
{
background-color: #4E1C04;
}
.BgClassName
{
background-color: #4E1C04;
}
</style>
border-color css
<style>
span { border-color: #4E1C04; }
span { border-color: rgb(78,28,4); }
td.TdClassName
{
border-color: #4E1C04;
}
.TagClassName
{
border-color: #4E1C04;
}
</style>