Shades of Brown Pod #2E160C
Tints of Brown Pod #2E160C
RGB
CMYK
RGB Variations
Color information
#2E160C (or 0x2E160C) is known color: Brown Pod. HEX triplet: 2E, 16 and 0C. RGB value is (46,22,12). Sum of RGB (Red+Green+Blue) = 46+22+12=80 (10% of max value = 765). Red value is 46 (18.36% from 255 or 57.5% from 80); Green value is 22 (8.98% from 255 or 27.5% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 46 - color contains mainly: red. Hex color #2E160C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E160C is #D1E9F3. Grayscale: #1C1C1C. Windows color (decimal): -13756916 or 792110. OLE color: 792110.
HSL color Cylindrical-coordinate representation of color #2E160C: hue angle of 17.65º 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 #2E160C is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 22 | 12 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.82 |
| HSL | 17.65º | 0.59% | 0.11% | - |
| HSV(B) | 17.65º | 0.74% | 0.18% | - |
| XYZ | 1.48 | 1.18 | 0.5 | - |
| YUV | 28.04 | 118.95 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 22 | 12 | 0 | 0.52 | 0.74 | 0.82 | 17.65 | 0.59 | 0.11 |
| Hex | 2E | 16 | C | 0 | 34 | 4A | 52 | 12 | 3B | B |
| Octal | 56 | 26 | 14 | 0 | 64 | 112 | 122 | 22 | 73 | 13 |
| Binary | 101110 | 10110 | 1100 | 0 | 110100 | 1001010 | 1010010 | 10010 | 111011 | 1011 |
Color Harmonies of #2E160C
Complementary color
Monochromatic Colors of #2E160C
Black with #2E160C
Text Example
Text Example
White with #2E160C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E160C; }
p { color: rgb(46,22,12); }
H1.HeaderClassName
{
color: #2E160C;
}
.AnyTagClassName
{
color: #2E160C;
}
</style>
background-color css
<style>
a { background-color: #2E160C; }
a { background-color: rgb(46,22,12); }
div.DivClassName
{
background-color: #2E160C;
}
.BgClassName
{
background-color: #2E160C;
}
</style>
border-color css
<style>
span { border-color: #2E160C; }
span { border-color: rgb(46,22,12); }
td.TdClassName
{
border-color: #2E160C;
}
.TagClassName
{
border-color: #2E160C;
}
</style>