Shades of Brown Pod #40220B
Tints of Brown Pod #40220B
RGB
CMYK
RGB Variations
Color information
#40220B (or 0x40220B) is known color: Brown Pod. HEX triplet: 40, 22 and 0B. RGB value is (64,34,11). Sum of RGB (Red+Green+Blue) = 64+34+11=109 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.72% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 11 (4.69% from 255 or 10.09% from 109); Max value from RGB is 64 - color contains mainly: red. Hex color #40220B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40220B is #BFDDF4. Grayscale: #282828. Windows color (decimal): -12574197 or 729664. OLE color: 729664.
HSL color Cylindrical-coordinate representation of color #40220B: hue angle of 26.04º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40220B is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 34 | 11 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.75 |
| HSL | 26.04º | 0.71% | 0.15% | - |
| HSV(B) | 26.04º | 0.83% | 0.25% | - |
| XYZ | 2.75 | 2.26 | 0.61 | - |
| YUV | 40.35 | 111.44 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 34 | 11 | 0 | 0.47 | 0.83 | 0.75 | 26.04 | 0.71 | 0.15 |
| Hex | 40 | 22 | B | 0 | 2F | 53 | 4B | 1A | 47 | F |
| Octal | 100 | 42 | 13 | 0 | 57 | 123 | 113 | 32 | 107 | 17 |
| Binary | 1000000 | 100010 | 1011 | 0 | 101111 | 1010011 | 1001011 | 11010 | 1000111 | 1111 |
Color Harmonies of #40220B
Complementary color
Monochromatic Colors of #40220B
Black with #40220B
Text Example
Text Example
White with #40220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40220B; }
p { color: rgb(64,34,11); }
H1.HeaderClassName
{
color: #40220B;
}
.AnyTagClassName
{
color: #40220B;
}
</style>
background-color css
<style>
a { background-color: #40220B; }
a { background-color: rgb(64,34,11); }
div.DivClassName
{
background-color: #40220B;
}
.BgClassName
{
background-color: #40220B;
}
</style>
border-color css
<style>
span { border-color: #40220B; }
span { border-color: rgb(64,34,11); }
td.TdClassName
{
border-color: #40220B;
}
.TagClassName
{
border-color: #40220B;
}
</style>