Shades of Brown Pod #2E1408
Tints of Brown Pod #2E1408
RGB
CMYK
RGB Variations
Color information
#2E1408 (or 0x2E1408) is known color: Brown Pod. HEX triplet: 2E, 14 and 08. RGB value is (46,20,8). Sum of RGB (Red+Green+Blue) = 46+20+8=74 (9% of max value = 765). Red value is 46 (18.36% from 255 or 62.16% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 8 (3.52% from 255 or 10.81% from 74); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1408 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1408 is #D1EBF7. Grayscale: #1A1A1A. Windows color (decimal): -13757432 or 529454. OLE color: 529454.
HSL color Cylindrical-coordinate representation of color #2E1408: hue angle of 18.95º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E1408 is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 20 | 8 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.82 |
| HSL | 18.95º | 0.7% | 0.11% | - |
| HSV(B) | 18.95º | 0.83% | 0.18% | - |
| XYZ | 1.42 | 1.1 | 0.37 | - |
| YUV | 26.41 | 117.61 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 20 | 8 | 0 | 0.57 | 0.83 | 0.82 | 18.95 | 0.7 | 0.11 |
| Hex | 2E | 14 | 8 | 0 | 39 | 53 | 52 | 13 | 46 | B |
| Octal | 56 | 24 | 10 | 0 | 71 | 123 | 122 | 23 | 106 | 13 |
| Binary | 101110 | 10100 | 1000 | 0 | 111001 | 1010011 | 1010010 | 10011 | 1000110 | 1011 |
Color Harmonies of #2E1408
Complementary color
Monochromatic Colors of #2E1408
Black with #2E1408
Text Example
Text Example
White with #2E1408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1408; }
p { color: rgb(46,20,8); }
H1.HeaderClassName
{
color: #2E1408;
}
.AnyTagClassName
{
color: #2E1408;
}
</style>
background-color css
<style>
a { background-color: #2E1408; }
a { background-color: rgb(46,20,8); }
div.DivClassName
{
background-color: #2E1408;
}
.BgClassName
{
background-color: #2E1408;
}
</style>
border-color css
<style>
span { border-color: #2E1408; }
span { border-color: rgb(46,20,8); }
td.TdClassName
{
border-color: #2E1408;
}
.TagClassName
{
border-color: #2E1408;
}
</style>