Shades of Brown Pod #291205
Tints of Brown Pod #291205
RGB
CMYK
RGB Variations
Color information
#291205 (or 0x291205) is known color: Brown Pod. HEX triplet: 29, 12 and 05. RGB value is (41,18,5). Sum of RGB (Red+Green+Blue) = 41+18+5=64 (8% of max value = 765). Red value is 41 (16.41% from 255 or 64.06% from 64); Green value is 18 (7.42% from 255 or 28.12% from 64); Blue value is 5 (2.34% from 255 or 7.81% from 64); Max value from RGB is 41 - color contains mainly: red. Hex color #291205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291205 is #D6EDFA. Grayscale: #171717. Windows color (decimal): -14085627 or 332329. OLE color: 332329.
HSL color Cylindrical-coordinate representation of color #291205: hue angle of 21.67º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #291205 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 18 | 5 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.84 |
| HSL | 21.67º | 0.78% | 0.09% | - |
| HSV(B) | 21.67º | 0.88% | 0.16% | - |
| XYZ | 1.16 | 0.91 | 0.26 | - |
| YUV | 23.4 | 117.62 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 18 | 5 | 0 | 0.56 | 0.88 | 0.84 | 21.67 | 0.78 | 0.09 |
| Hex | 29 | 12 | 5 | 0 | 38 | 58 | 54 | 16 | 4E | 9 |
| Octal | 51 | 22 | 5 | 0 | 70 | 130 | 124 | 26 | 116 | 11 |
| Binary | 101001 | 10010 | 101 | 0 | 111000 | 1011000 | 1010100 | 10110 | 1001110 | 1001 |
Color Harmonies of #291205
Complementary color
Monochromatic Colors of #291205
Black with #291205
Text Example
Text Example
White with #291205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291205; }
p { color: rgb(41,18,5); }
H1.HeaderClassName
{
color: #291205;
}
.AnyTagClassName
{
color: #291205;
}
</style>
background-color css
<style>
a { background-color: #291205; }
a { background-color: rgb(41,18,5); }
div.DivClassName
{
background-color: #291205;
}
.BgClassName
{
background-color: #291205;
}
</style>
border-color css
<style>
span { border-color: #291205; }
span { border-color: rgb(41,18,5); }
td.TdClassName
{
border-color: #291205;
}
.TagClassName
{
border-color: #291205;
}
</style>