Shades of Brown Pod #4E1708
Tints of Brown Pod #4E1708
RGB
CMYK
RGB Variations
Color information
#4E1708 (or 0x4E1708) is known color: Brown Pod. HEX triplet: 4E, 17 and 08. RGB value is (78,23,8). Sum of RGB (Red+Green+Blue) = 78+23+8=109 (14% of max value = 765). Red value is 78 (30.86% from 255 or 71.56% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 8 (3.52% from 255 or 7.34% from 109); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1708 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1708 is #B1E8F7. Grayscale: #252525. Windows color (decimal): -11659512 or 530254. OLE color: 530254.
HSL color Cylindrical-coordinate representation of color #4E1708: hue angle of 12.86º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E1708 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 23 | 8 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.69 |
| HSL | 12.86º | 0.81% | 0.17% | - |
| HSV(B) | 12.86º | 0.9% | 0.31% | - |
| XYZ | 3.49 | 2.25 | 0.48 | - |
| YUV | 37.74 | 111.22 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 23 | 8 | 0 | 0.71 | 0.90 | 0.69 | 12.86 | 0.81 | 0.17 |
| Hex | 4E | 17 | 8 | 0 | 47 | 5A | 45 | D | 51 | 11 |
| Octal | 116 | 27 | 10 | 0 | 107 | 132 | 105 | 15 | 121 | 21 |
| Binary | 1001110 | 10111 | 1000 | 0 | 1000111 | 1011010 | 1000101 | 1101 | 1010001 | 10001 |
Color Harmonies of #4E1708
Complementary color
Monochromatic Colors of #4E1708
Black with #4E1708
Text Example
Text Example
White with #4E1708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1708; }
p { color: rgb(78,23,8); }
H1.HeaderClassName
{
color: #4E1708;
}
.AnyTagClassName
{
color: #4E1708;
}
</style>
background-color css
<style>
a { background-color: #4E1708; }
a { background-color: rgb(78,23,8); }
div.DivClassName
{
background-color: #4E1708;
}
.BgClassName
{
background-color: #4E1708;
}
</style>
border-color css
<style>
span { border-color: #4E1708; }
span { border-color: rgb(78,23,8); }
td.TdClassName
{
border-color: #4E1708;
}
.TagClassName
{
border-color: #4E1708;
}
</style>