Shades of Brown Pod #2E1709
Tints of Brown Pod #2E1709
RGB
CMYK
RGB Variations
Color information
#2E1709 (or 0x2E1709) is known color: Brown Pod. HEX triplet: 2E, 17 and 09. RGB value is (46,23,9). Sum of RGB (Red+Green+Blue) = 46+23+9=78 (10% of max value = 765). Red value is 46 (18.36% from 255 or 58.97% from 78); Green value is 23 (9.38% from 255 or 29.49% from 78); Blue value is 9 (3.91% from 255 or 11.54% from 78); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1709 is #D1E8F6. Grayscale: #1C1C1C. Windows color (decimal): -13756663 or 595758. OLE color: 595758.
HSL color Cylindrical-coordinate representation of color #2E1709: hue angle of 22.7º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E1709 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 23 | 9 | - |
| CMYK | 0 | 0.50 | 0.80 | 0.82 |
| HSL | 22.7º | 0.67% | 0.11% | - |
| HSV(B) | 22.7º | 0.8% | 0.18% | - |
| XYZ | 1.48 | 1.21 | 0.41 | - |
| YUV | 28.28 | 117.12 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 23 | 9 | 0 | 0.50 | 0.80 | 0.82 | 22.7 | 0.67 | 0.11 |
| Hex | 2E | 17 | 9 | 0 | 32 | 50 | 52 | 17 | 43 | B |
| Octal | 56 | 27 | 11 | 0 | 62 | 120 | 122 | 27 | 103 | 13 |
| Binary | 101110 | 10111 | 1001 | 0 | 110010 | 1010000 | 1010010 | 10111 | 1000011 | 1011 |
Color Harmonies of #2E1709
Complementary color
Monochromatic Colors of #2E1709
Black with #2E1709
Text Example
Text Example
White with #2E1709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1709; }
p { color: rgb(46,23,9); }
H1.HeaderClassName
{
color: #2E1709;
}
.AnyTagClassName
{
color: #2E1709;
}
</style>
background-color css
<style>
a { background-color: #2E1709; }
a { background-color: rgb(46,23,9); }
div.DivClassName
{
background-color: #2E1709;
}
.BgClassName
{
background-color: #2E1709;
}
</style>
border-color css
<style>
span { border-color: #2E1709; }
span { border-color: rgb(46,23,9); }
td.TdClassName
{
border-color: #2E1709;
}
.TagClassName
{
border-color: #2E1709;
}
</style>