Shades of Brown Pod #2E180D
Tints of Brown Pod #2E180D
RGB
CMYK
RGB Variations
Color information
#2E180D (or 0x2E180D) is known color: Brown Pod. HEX triplet: 2E, 18 and 0D. RGB value is (46,24,13). Sum of RGB (Red+Green+Blue) = 46+24+13=83 (10% of max value = 765). Red value is 46 (18.36% from 255 or 55.42% from 83); Green value is 24 (9.77% from 255 or 28.92% from 83); Blue value is 13 (5.47% from 255 or 15.66% from 83); Max value from RGB is 46 - color contains mainly: red. Hex color #2E180D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E180D is #D1E7F2. Grayscale: #1D1D1D. Windows color (decimal): -13756403 or 858158. OLE color: 858158.
HSL color Cylindrical-coordinate representation of color #2E180D: hue angle of 20º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E180D is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 24 | 13 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.82 |
| HSL | 20º | 0.56% | 0.12% | - |
| HSV(B) | 20º | 0.72% | 0.18% | - |
| XYZ | 1.53 | 1.26 | 0.54 | - |
| YUV | 29.32 | 118.79 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 24 | 13 | 0 | 0.48 | 0.72 | 0.82 | 20 | 0.56 | 0.12 |
| Hex | 2E | 18 | D | 0 | 30 | 48 | 52 | 14 | 38 | C |
| Octal | 56 | 30 | 15 | 0 | 60 | 110 | 122 | 24 | 70 | 14 |
| Binary | 101110 | 11000 | 1101 | 0 | 110000 | 1001000 | 1010010 | 10100 | 111000 | 1100 |
Color Harmonies of #2E180D
Complementary color
Monochromatic Colors of #2E180D
Black with #2E180D
Text Example
Text Example
White with #2E180D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E180D; }
p { color: rgb(46,24,13); }
H1.HeaderClassName
{
color: #2E180D;
}
.AnyTagClassName
{
color: #2E180D;
}
</style>
background-color css
<style>
a { background-color: #2E180D; }
a { background-color: rgb(46,24,13); }
div.DivClassName
{
background-color: #2E180D;
}
.BgClassName
{
background-color: #2E180D;
}
</style>
border-color css
<style>
span { border-color: #2E180D; }
span { border-color: rgb(46,24,13); }
td.TdClassName
{
border-color: #2E180D;
}
.TagClassName
{
border-color: #2E180D;
}
</style>