Shades of Brown Pod #2E1504
Tints of Brown Pod #2E1504
RGB
CMYK
RGB Variations
Color information
#2E1504 (or 0x2E1504) is known color: Brown Pod. HEX triplet: 2E, 15 and 04. RGB value is (46,21,4). Sum of RGB (Red+Green+Blue) = 46+21+4=71 (9% of max value = 765). Red value is 46 (18.36% from 255 or 64.79% from 71); Green value is 21 (8.59% from 255 or 29.58% from 71); Blue value is 4 (1.95% from 255 or 5.63% from 71); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1504 is #D1EAFB. Grayscale: #1A1A1A. Windows color (decimal): -13757180 or 267566. OLE color: 267566.
HSL color Cylindrical-coordinate representation of color #2E1504: hue angle of 24.29º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E1504 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 21 | 4 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.82 |
| HSL | 24.29º | 0.84% | 0.1% | - |
| HSV(B) | 24.29º | 0.91% | 0.18% | - |
| XYZ | 1.42 | 1.13 | 0.26 | - |
| YUV | 26.54 | 115.28 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 21 | 4 | 0 | 0.54 | 0.91 | 0.82 | 24.29 | 0.84 | 0.1 |
| Hex | 2E | 15 | 4 | 0 | 36 | 5B | 52 | 18 | 54 | A |
| Octal | 56 | 25 | 4 | 0 | 66 | 133 | 122 | 30 | 124 | 12 |
| Binary | 101110 | 10101 | 100 | 0 | 110110 | 1011011 | 1010010 | 11000 | 1010100 | 1010 |
Color Harmonies of #2E1504
Complementary color
Monochromatic Colors of #2E1504
Black with #2E1504
Text Example
Text Example
White with #2E1504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1504; }
p { color: rgb(46,21,4); }
H1.HeaderClassName
{
color: #2E1504;
}
.AnyTagClassName
{
color: #2E1504;
}
</style>
background-color css
<style>
a { background-color: #2E1504; }
a { background-color: rgb(46,21,4); }
div.DivClassName
{
background-color: #2E1504;
}
.BgClassName
{
background-color: #2E1504;
}
</style>
border-color css
<style>
span { border-color: #2E1504; }
span { border-color: rgb(46,21,4); }
td.TdClassName
{
border-color: #2E1504;
}
.TagClassName
{
border-color: #2E1504;
}
</style>