Shades of Brown Pod #2E1204
Tints of Brown Pod #2E1204
RGB
CMYK
RGB Variations
Color information
#2E1204 (or 0x2E1204) is known color: Brown Pod. HEX triplet: 2E, 12 and 04. RGB value is (46,18,4). Sum of RGB (Red+Green+Blue) = 46+18+4=68 (9% of max value = 765). Red value is 46 (18.36% from 255 or 67.65% from 68); Green value is 18 (7.42% from 255 or 26.47% from 68); Blue value is 4 (1.95% from 255 or 5.88% from 68); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1204 is #D1EDFB. Grayscale: #181818. Windows color (decimal): -13757948 or 266798. OLE color: 266798.
HSL color Cylindrical-coordinate representation of color #2E1204: hue angle of 20º 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 #2E1204 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 18 | 4 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.82 |
| HSL | 20º | 0.84% | 0.1% | - |
| HSV(B) | 20º | 0.91% | 0.18% | - |
| XYZ | 1.36 | 1.02 | 0.24 | - |
| YUV | 24.78 | 116.28 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 18 | 4 | 0 | 0.61 | 0.91 | 0.82 | 20 | 0.84 | 0.1 |
| Hex | 2E | 12 | 4 | 0 | 3D | 5B | 52 | 14 | 54 | A |
| Octal | 56 | 22 | 4 | 0 | 75 | 133 | 122 | 24 | 124 | 12 |
| Binary | 101110 | 10010 | 100 | 0 | 111101 | 1011011 | 1010010 | 10100 | 1010100 | 1010 |
Color Harmonies of #2E1204
Complementary color
Monochromatic Colors of #2E1204
Black with #2E1204
Text Example
Text Example
White with #2E1204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1204; }
p { color: rgb(46,18,4); }
H1.HeaderClassName
{
color: #2E1204;
}
.AnyTagClassName
{
color: #2E1204;
}
</style>
background-color css
<style>
a { background-color: #2E1204; }
a { background-color: rgb(46,18,4); }
div.DivClassName
{
background-color: #2E1204;
}
.BgClassName
{
background-color: #2E1204;
}
</style>
border-color css
<style>
span { border-color: #2E1204; }
span { border-color: rgb(46,18,4); }
td.TdClassName
{
border-color: #2E1204;
}
.TagClassName
{
border-color: #2E1204;
}
</style>