Shades of Brown Pod #2E180C
Tints of Brown Pod #2E180C
RGB
CMYK
RGB Variations
Color information
#2E180C (or 0x2E180C) is known color: Brown Pod. HEX triplet: 2E, 18 and 0C. RGB value is (46,24,12). Sum of RGB (Red+Green+Blue) = 46+24+12=82 (10% of max value = 765). Red value is 46 (18.36% from 255 or 56.10% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 12 (5.08% from 255 or 14.63% from 82); Max value from RGB is 46 - color contains mainly: red. Hex color #2E180C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E180C is #D1E7F3. Grayscale: #1D1D1D. Windows color (decimal): -13756404 or 792622. OLE color: 792622.
HSL color Cylindrical-coordinate representation of color #2E180C: hue angle of 21.18º 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 #2E180C is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 24 | 12 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.82 |
| HSL | 21.18º | 0.59% | 0.11% | - |
| HSV(B) | 21.18º | 0.74% | 0.18% | - |
| XYZ | 1.52 | 1.26 | 0.51 | - |
| YUV | 29.21 | 118.29 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 24 | 12 | 0 | 0.48 | 0.74 | 0.82 | 21.18 | 0.59 | 0.11 |
| Hex | 2E | 18 | C | 0 | 30 | 4A | 52 | 15 | 3B | B |
| Octal | 56 | 30 | 14 | 0 | 60 | 112 | 122 | 25 | 73 | 13 |
| Binary | 101110 | 11000 | 1100 | 0 | 110000 | 1001010 | 1010010 | 10101 | 111011 | 1011 |
Color Harmonies of #2E180C
Complementary color
Monochromatic Colors of #2E180C
Black with #2E180C
Text Example
Text Example
White with #2E180C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E180C; }
p { color: rgb(46,24,12); }
H1.HeaderClassName
{
color: #2E180C;
}
.AnyTagClassName
{
color: #2E180C;
}
</style>
background-color css
<style>
a { background-color: #2E180C; }
a { background-color: rgb(46,24,12); }
div.DivClassName
{
background-color: #2E180C;
}
.BgClassName
{
background-color: #2E180C;
}
</style>
border-color css
<style>
span { border-color: #2E180C; }
span { border-color: rgb(46,24,12); }
td.TdClassName
{
border-color: #2E180C;
}
.TagClassName
{
border-color: #2E180C;
}
</style>