Shades of Brown Pod #2E1708
Tints of Brown Pod #2E1708
RGB
CMYK
RGB Variations
Color information
#2E1708 (or 0x2E1708) is known color: Brown Pod. HEX triplet: 2E, 17 and 08. RGB value is (46,23,8). Sum of RGB (Red+Green+Blue) = 46+23+8=77 (10% of max value = 765). Red value is 46 (18.36% from 255 or 59.74% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 8 (3.52% from 255 or 10.39% from 77); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1708 is #D1E8F7. Grayscale: #1C1C1C. Windows color (decimal): -13756664 or 530222. OLE color: 530222.
HSL color Cylindrical-coordinate representation of color #2E1708: hue angle of 23.68º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E1708 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 23 | 8 | - |
| CMYK | 0 | 0.50 | 0.83 | 0.82 |
| HSL | 23.68º | 0.7% | 0.11% | - |
| HSV(B) | 23.68º | 0.83% | 0.18% | - |
| XYZ | 1.48 | 1.21 | 0.39 | - |
| YUV | 28.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 23 | 8 | 0 | 0.50 | 0.83 | 0.82 | 23.68 | 0.7 | 0.11 |
| Hex | 2E | 17 | 8 | 0 | 32 | 53 | 52 | 18 | 46 | B |
| Octal | 56 | 27 | 10 | 0 | 62 | 123 | 122 | 30 | 106 | 13 |
| Binary | 101110 | 10111 | 1000 | 0 | 110010 | 1010011 | 1010010 | 11000 | 1000110 | 1011 |
Color Harmonies of #2E1708
Complementary color
Monochromatic Colors of #2E1708
Black with #2E1708
Text Example
Text Example
White with #2E1708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1708; }
p { color: rgb(46,23,8); }
H1.HeaderClassName
{
color: #2E1708;
}
.AnyTagClassName
{
color: #2E1708;
}
</style>
background-color css
<style>
a { background-color: #2E1708; }
a { background-color: rgb(46,23,8); }
div.DivClassName
{
background-color: #2E1708;
}
.BgClassName
{
background-color: #2E1708;
}
</style>
border-color css
<style>
span { border-color: #2E1708; }
span { border-color: rgb(46,23,8); }
td.TdClassName
{
border-color: #2E1708;
}
.TagClassName
{
border-color: #2E1708;
}
</style>