Shades of Brown Pod #2E170C
Tints of Brown Pod #2E170C
RGB
CMYK
RGB Variations
Color information
#2E170C (or 0x2E170C) is known color: Brown Pod. HEX triplet: 2E, 17 and 0C. RGB value is (46,23,12). Sum of RGB (Red+Green+Blue) = 46+23+12=81 (10% of max value = 765). Red value is 46 (18.36% from 255 or 56.79% from 81); Green value is 23 (9.38% from 255 or 28.40% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 46 - color contains mainly: red. Hex color #2E170C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E170C is #D1E8F3. Grayscale: #1C1C1C. Windows color (decimal): -13756660 or 792366. OLE color: 792366.
HSL color Cylindrical-coordinate representation of color #2E170C: hue angle of 19.41º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E170C is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 23 | 12 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.82 |
| HSL | 19.41º | 0.59% | 0.11% | - |
| HSV(B) | 19.41º | 0.74% | 0.18% | - |
| XYZ | 1.5 | 1.22 | 0.5 | - |
| YUV | 28.62 | 118.62 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 23 | 12 | 0 | 0.50 | 0.74 | 0.82 | 19.41 | 0.59 | 0.11 |
| Hex | 2E | 17 | C | 0 | 32 | 4A | 52 | 13 | 3B | B |
| Octal | 56 | 27 | 14 | 0 | 62 | 112 | 122 | 23 | 73 | 13 |
| Binary | 101110 | 10111 | 1100 | 0 | 110010 | 1001010 | 1010010 | 10011 | 111011 | 1011 |
Color Harmonies of #2E170C
Complementary color
Monochromatic Colors of #2E170C
Black with #2E170C
Text Example
Text Example
White with #2E170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E170C; }
p { color: rgb(46,23,12); }
H1.HeaderClassName
{
color: #2E170C;
}
.AnyTagClassName
{
color: #2E170C;
}
</style>
background-color css
<style>
a { background-color: #2E170C; }
a { background-color: rgb(46,23,12); }
div.DivClassName
{
background-color: #2E170C;
}
.BgClassName
{
background-color: #2E170C;
}
</style>
border-color css
<style>
span { border-color: #2E170C; }
span { border-color: rgb(46,23,12); }
td.TdClassName
{
border-color: #2E170C;
}
.TagClassName
{
border-color: #2E170C;
}
</style>