Shades of Brown Pod #4E1705
Tints of Brown Pod #4E1705
RGB
CMYK
RGB Variations
Color information
#4E1705 (or 0x4E1705) is known color: Brown Pod. HEX triplet: 4E, 17 and 05. RGB value is (78,23,5). Sum of RGB (Red+Green+Blue) = 78+23+5=106 (14% of max value = 765). Red value is 78 (30.86% from 255 or 73.58% from 106); Green value is 23 (9.38% from 255 or 21.70% from 106); Blue value is 5 (2.34% from 255 or 4.72% from 106); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1705 is #B1E8FA. Grayscale: #252525. Windows color (decimal): -11659515 or 333646. OLE color: 333646.
HSL color Cylindrical-coordinate representation of color #4E1705: hue angle of 14.79º 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 #4E1705 is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 23 | 5 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.69 |
| HSL | 14.79º | 0.88% | 0.16% | - |
| HSV(B) | 14.79º | 0.94% | 0.31% | - |
| XYZ | 3.48 | 2.24 | 0.39 | - |
| YUV | 37.39 | 109.72 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 23 | 5 | 0 | 0.71 | 0.94 | 0.69 | 14.79 | 0.88 | 0.16 |
| Hex | 4E | 17 | 5 | 0 | 47 | 5E | 45 | F | 58 | 10 |
| Octal | 116 | 27 | 5 | 0 | 107 | 136 | 105 | 17 | 130 | 20 |
| Binary | 1001110 | 10111 | 101 | 0 | 1000111 | 1011110 | 1000101 | 1111 | 1011000 | 10000 |
Color Harmonies of #4E1705
Complementary color
Monochromatic Colors of #4E1705
Black with #4E1705
Text Example
Text Example
White with #4E1705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1705; }
p { color: rgb(78,23,5); }
H1.HeaderClassName
{
color: #4E1705;
}
.AnyTagClassName
{
color: #4E1705;
}
</style>
background-color css
<style>
a { background-color: #4E1705; }
a { background-color: rgb(78,23,5); }
div.DivClassName
{
background-color: #4E1705;
}
.BgClassName
{
background-color: #4E1705;
}
</style>
border-color css
<style>
span { border-color: #4E1705; }
span { border-color: rgb(78,23,5); }
td.TdClassName
{
border-color: #4E1705;
}
.TagClassName
{
border-color: #4E1705;
}
</style>