Shades of Brown Pod #2E170B
Tints of Brown Pod #2E170B
RGB
CMYK
RGB Variations
Color information
#2E170B (or 0x2E170B) is known color: Brown Pod. HEX triplet: 2E, 17 and 0B. RGB value is (46,23,11). Sum of RGB (Red+Green+Blue) = 46+23+11=80 (10% of max value = 765). Red value is 46 (18.36% from 255 or 57.5% from 80); Green value is 23 (9.38% from 255 or 28.75% from 80); Blue value is 11 (4.69% from 255 or 13.75% from 80); Max value from RGB is 46 - color contains mainly: red. Hex color #2E170B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E170B is #D1E8F4. Grayscale: #1C1C1C. Windows color (decimal): -13756661 or 726830. OLE color: 726830.
HSL color Cylindrical-coordinate representation of color #2E170B: hue angle of 20.57º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E170B is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 23 | 11 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.82 |
| HSL | 20.57º | 0.61% | 0.11% | - |
| HSV(B) | 20.57º | 0.76% | 0.18% | - |
| XYZ | 1.49 | 1.22 | 0.47 | - |
| YUV | 28.51 | 118.12 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 23 | 11 | 0 | 0.50 | 0.76 | 0.82 | 20.57 | 0.61 | 0.11 |
| Hex | 2E | 17 | B | 0 | 32 | 4C | 52 | 15 | 3D | B |
| Octal | 56 | 27 | 13 | 0 | 62 | 114 | 122 | 25 | 75 | 13 |
| Binary | 101110 | 10111 | 1011 | 0 | 110010 | 1001100 | 1010010 | 10101 | 111101 | 1011 |
Color Harmonies of #2E170B
Complementary color
Monochromatic Colors of #2E170B
Black with #2E170B
Text Example
Text Example
White with #2E170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E170B; }
p { color: rgb(46,23,11); }
H1.HeaderClassName
{
color: #2E170B;
}
.AnyTagClassName
{
color: #2E170B;
}
</style>
background-color css
<style>
a { background-color: #2E170B; }
a { background-color: rgb(46,23,11); }
div.DivClassName
{
background-color: #2E170B;
}
.BgClassName
{
background-color: #2E170B;
}
</style>
border-color css
<style>
span { border-color: #2E170B; }
span { border-color: rgb(46,23,11); }
td.TdClassName
{
border-color: #2E170B;
}
.TagClassName
{
border-color: #2E170B;
}
</style>