Shades of Brown Pod #4E1A0B
Tints of Brown Pod #4E1A0B
RGB
CMYK
RGB Variations
Color information
#4E1A0B (or 0x4E1A0B) is known color: Brown Pod. HEX triplet: 4E, 1A and 0B. RGB value is (78,26,11). Sum of RGB (Red+Green+Blue) = 78+26+11=115 (15% of max value = 765). Red value is 78 (30.86% from 255 or 67.83% from 115); Green value is 26 (10.55% from 255 or 22.61% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E1A0B is #B1E5F4. Grayscale: #272727. Windows color (decimal): -11658741 or 727630. OLE color: 727630.
HSL color Cylindrical-coordinate representation of color #4E1A0B: hue angle of 13.43º 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 #4E1A0B is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 26 | 11 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.69 |
| HSL | 13.43º | 0.75% | 0.17% | - |
| HSV(B) | 13.43º | 0.86% | 0.31% | - |
| XYZ | 3.57 | 2.38 | 0.59 | - |
| YUV | 39.84 | 111.73 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 26 | 11 | 0 | 0.67 | 0.86 | 0.69 | 13.43 | 0.75 | 0.17 |
| Hex | 4E | 1A | B | 0 | 43 | 56 | 45 | D | 4B | 11 |
| Octal | 116 | 32 | 13 | 0 | 103 | 126 | 105 | 15 | 113 | 21 |
| Binary | 1001110 | 11010 | 1011 | 0 | 1000011 | 1010110 | 1000101 | 1101 | 1001011 | 10001 |
Color Harmonies of #4E1A0B
Complementary color
Monochromatic Colors of #4E1A0B
Black with #4E1A0B
Text Example
Text Example
White with #4E1A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1A0B; }
p { color: rgb(78,26,11); }
H1.HeaderClassName
{
color: #4E1A0B;
}
.AnyTagClassName
{
color: #4E1A0B;
}
</style>
background-color css
<style>
a { background-color: #4E1A0B; }
a { background-color: rgb(78,26,11); }
div.DivClassName
{
background-color: #4E1A0B;
}
.BgClassName
{
background-color: #4E1A0B;
}
</style>
border-color css
<style>
span { border-color: #4E1A0B; }
span { border-color: rgb(78,26,11); }
td.TdClassName
{
border-color: #4E1A0B;
}
.TagClassName
{
border-color: #4E1A0B;
}
</style>