Shades of Brown Pod #4E190B
Tints of Brown Pod #4E190B
RGB
CMYK
RGB Variations
Color information
#4E190B (or 0x4E190B) is known color: Brown Pod. HEX triplet: 4E, 19 and 0B. RGB value is (78,25,11). Sum of RGB (Red+Green+Blue) = 78+25+11=114 (15% of max value = 765). Red value is 78 (30.86% from 255 or 68.42% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 11 (4.69% from 255 or 9.65% from 114); Max value from RGB is 78 - color contains mainly: red. Hex color #4E190B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E190B is #B1E6F4. Grayscale: #272727. Windows color (decimal): -11658997 or 727374. OLE color: 727374.
HSL color Cylindrical-coordinate representation of color #4E190B: hue angle of 12.54º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E190B is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 25 | 11 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.69 |
| HSL | 12.54º | 0.75% | 0.17% | - |
| HSV(B) | 12.54º | 0.86% | 0.31% | - |
| XYZ | 3.55 | 2.34 | 0.58 | - |
| YUV | 39.25 | 112.06 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 25 | 11 | 0 | 0.68 | 0.86 | 0.69 | 12.54 | 0.75 | 0.17 |
| Hex | 4E | 19 | B | 0 | 44 | 56 | 45 | D | 4B | 11 |
| Octal | 116 | 31 | 13 | 0 | 104 | 126 | 105 | 15 | 113 | 21 |
| Binary | 1001110 | 11001 | 1011 | 0 | 1000100 | 1010110 | 1000101 | 1101 | 1001011 | 10001 |
Color Harmonies of #4E190B
Complementary color
Monochromatic Colors of #4E190B
Black with #4E190B
Text Example
Text Example
White with #4E190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E190B; }
p { color: rgb(78,25,11); }
H1.HeaderClassName
{
color: #4E190B;
}
.AnyTagClassName
{
color: #4E190B;
}
</style>
background-color css
<style>
a { background-color: #4E190B; }
a { background-color: rgb(78,25,11); }
div.DivClassName
{
background-color: #4E190B;
}
.BgClassName
{
background-color: #4E190B;
}
</style>
border-color css
<style>
span { border-color: #4E190B; }
span { border-color: rgb(78,25,11); }
td.TdClassName
{
border-color: #4E190B;
}
.TagClassName
{
border-color: #4E190B;
}
</style>