Shades of Brown Pod #402211
Tints of Brown Pod #402211
RGB
CMYK
RGB Variations
Color information
#402211 (or 0x402211) is known color: Brown Pod. HEX triplet: 40, 22 and 11. RGB value is (64,34,17). Sum of RGB (Red+Green+Blue) = 64+34+17=115 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.65% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 64 - color contains mainly: red. Hex color #402211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402211 is #BFDDEE. Grayscale: #292929. Windows color (decimal): -12574191 or 1122880. OLE color: 1122880.
HSL color Cylindrical-coordinate representation of color #402211: hue angle of 21.7º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #402211 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 34 | 17 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.75 |
| HSL | 21.7º | 0.58% | 0.16% | - |
| HSV(B) | 21.7º | 0.73% | 0.25% | - |
| XYZ | 2.79 | 2.27 | 0.82 | - |
| YUV | 41.03 | 114.44 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 34 | 17 | 0 | 0.47 | 0.73 | 0.75 | 21.7 | 0.58 | 0.16 |
| Hex | 40 | 22 | 11 | 0 | 2F | 49 | 4B | 16 | 3A | 10 |
| Octal | 100 | 42 | 21 | 0 | 57 | 111 | 113 | 26 | 72 | 20 |
| Binary | 1000000 | 100010 | 10001 | 0 | 101111 | 1001001 | 1001011 | 10110 | 111010 | 10000 |
Color Harmonies of #402211
Complementary color
Monochromatic Colors of #402211
Black with #402211
Text Example
Text Example
White with #402211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402211; }
p { color: rgb(64,34,17); }
H1.HeaderClassName
{
color: #402211;
}
.AnyTagClassName
{
color: #402211;
}
</style>
background-color css
<style>
a { background-color: #402211; }
a { background-color: rgb(64,34,17); }
div.DivClassName
{
background-color: #402211;
}
.BgClassName
{
background-color: #402211;
}
</style>
border-color css
<style>
span { border-color: #402211; }
span { border-color: rgb(64,34,17); }
td.TdClassName
{
border-color: #402211;
}
.TagClassName
{
border-color: #402211;
}
</style>