Shades of Brown Pod #4E1A05
Tints of Brown Pod #4E1A05
RGB
CMYK
RGB Variations
Color information
#4E1A05 (or 0x4E1A05) is known color: Brown Pod. HEX triplet: 4E, 1A and 05. RGB value is (78,26,5). Sum of RGB (Red+Green+Blue) = 78+26+5=109 (14% of max value = 765). Red value is 78 (30.86% from 255 or 71.56% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 5 (2.34% from 255 or 4.59% from 109); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E1A05 is #B1E5FA. Grayscale: #272727. Windows color (decimal): -11658747 or 334414. OLE color: 334414.
HSL color Cylindrical-coordinate representation of color #4E1A05: hue angle of 17.26º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E1A05 is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 26 | 5 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.69 |
| HSL | 17.26º | 0.88% | 0.16% | - |
| HSV(B) | 17.26º | 0.94% | 0.31% | - |
| XYZ | 3.54 | 2.37 | 0.41 | - |
| YUV | 39.15 | 108.73 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 26 | 5 | 0 | 0.67 | 0.94 | 0.69 | 17.26 | 0.88 | 0.16 |
| Hex | 4E | 1A | 5 | 0 | 43 | 5E | 45 | 11 | 58 | 10 |
| Octal | 116 | 32 | 5 | 0 | 103 | 136 | 105 | 21 | 130 | 20 |
| Binary | 1001110 | 11010 | 101 | 0 | 1000011 | 1011110 | 1000101 | 10001 | 1011000 | 10000 |
Color Harmonies of #4E1A05
Complementary color
Monochromatic Colors of #4E1A05
Black with #4E1A05
Text Example
Text Example
White with #4E1A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1A05; }
p { color: rgb(78,26,5); }
H1.HeaderClassName
{
color: #4E1A05;
}
.AnyTagClassName
{
color: #4E1A05;
}
</style>
background-color css
<style>
a { background-color: #4E1A05; }
a { background-color: rgb(78,26,5); }
div.DivClassName
{
background-color: #4E1A05;
}
.BgClassName
{
background-color: #4E1A05;
}
</style>
border-color css
<style>
span { border-color: #4E1A05; }
span { border-color: rgb(78,26,5); }
td.TdClassName
{
border-color: #4E1A05;
}
.TagClassName
{
border-color: #4E1A05;
}
</style>