Shades of Brown Pod #2D1911
Tints of Brown Pod #2D1911
RGB
CMYK
RGB Variations
Color information
#2D1911 (or 0x2D1911) is known color: Brown Pod. HEX triplet: 2D, 19 and 11. RGB value is (45,25,17). Sum of RGB (Red+Green+Blue) = 45+25+17=87 (11% of max value = 765). Red value is 45 (17.97% from 255 or 51.72% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 17 (7.03% from 255 or 19.54% from 87); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1911 is #D2E6EE. Grayscale: #1E1E1E. Windows color (decimal): -13821679 or 1120557. OLE color: 1120557.
HSL color Cylindrical-coordinate representation of color #2D1911: hue angle of 17.14º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D1911 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 25 | 17 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.82 |
| HSL | 17.14º | 0.45% | 0.12% | - |
| HSV(B) | 17.14º | 0.62% | 0.18% | - |
| XYZ | 1.53 | 1.29 | 0.7 | - |
| YUV | 30.07 | 120.63 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 25 | 17 | 0 | 0.44 | 0.62 | 0.82 | 17.14 | 0.45 | 0.12 |
| Hex | 2D | 19 | 11 | 0 | 2C | 3E | 52 | 11 | 2D | C |
| Octal | 55 | 31 | 21 | 0 | 54 | 76 | 122 | 21 | 55 | 14 |
| Binary | 101101 | 11001 | 10001 | 0 | 101100 | 111110 | 1010010 | 10001 | 101101 | 1100 |
Color Harmonies of #2D1911
Complementary color
Monochromatic Colors of #2D1911
Black with #2D1911
Text Example
Text Example
White with #2D1911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1911; }
p { color: rgb(45,25,17); }
H1.HeaderClassName
{
color: #2D1911;
}
.AnyTagClassName
{
color: #2D1911;
}
</style>
background-color css
<style>
a { background-color: #2D1911; }
a { background-color: rgb(45,25,17); }
div.DivClassName
{
background-color: #2D1911;
}
.BgClassName
{
background-color: #2D1911;
}
</style>
border-color css
<style>
span { border-color: #2D1911; }
span { border-color: rgb(45,25,17); }
td.TdClassName
{
border-color: #2D1911;
}
.TagClassName
{
border-color: #2D1911;
}
</style>