Shades of Brown Pod #4E1504
Tints of Brown Pod #4E1504
RGB
CMYK
RGB Variations
Color information
#4E1504 (or 0x4E1504) is known color: Brown Pod. HEX triplet: 4E, 15 and 04. RGB value is (78,21,4). Sum of RGB (Red+Green+Blue) = 78+21+4=103 (13% of max value = 765). Red value is 78 (30.86% from 255 or 75.73% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 4 (1.95% from 255 or 3.88% from 103); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1504 is #B1EAFB. Grayscale: #242424. Windows color (decimal): -11660028 or 267598. OLE color: 267598.
HSL color Cylindrical-coordinate representation of color #4E1504: hue angle of 13.78º 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 #4E1504 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 21 | 4 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.69 |
| HSL | 13.78º | 0.9% | 0.16% | - |
| HSV(B) | 13.78º | 0.95% | 0.31% | - |
| XYZ | 3.43 | 2.16 | 0.35 | - |
| YUV | 36.11 | 109.88 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 21 | 4 | 0 | 0.73 | 0.95 | 0.69 | 13.78 | 0.9 | 0.16 |
| Hex | 4E | 15 | 4 | 0 | 49 | 5F | 45 | E | 5A | 10 |
| Octal | 116 | 25 | 4 | 0 | 111 | 137 | 105 | 16 | 132 | 20 |
| Binary | 1001110 | 10101 | 100 | 0 | 1001001 | 1011111 | 1000101 | 1110 | 1011010 | 10000 |
Color Harmonies of #4E1504
Complementary color
Monochromatic Colors of #4E1504
Black with #4E1504
Text Example
Text Example
White with #4E1504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1504; }
p { color: rgb(78,21,4); }
H1.HeaderClassName
{
color: #4E1504;
}
.AnyTagClassName
{
color: #4E1504;
}
</style>
background-color css
<style>
a { background-color: #4E1504; }
a { background-color: rgb(78,21,4); }
div.DivClassName
{
background-color: #4E1504;
}
.BgClassName
{
background-color: #4E1504;
}
</style>
border-color css
<style>
span { border-color: #4E1504; }
span { border-color: rgb(78,21,4); }
td.TdClassName
{
border-color: #4E1504;
}
.TagClassName
{
border-color: #4E1504;
}
</style>