Shades of Brown Pod #44220B
Tints of Brown Pod #44220B
RGB
CMYK
RGB Variations
Color information
#44220B (or 0x44220B) is known color: Brown Pod. HEX triplet: 44, 22 and 0B. RGB value is (68,34,11). Sum of RGB (Red+Green+Blue) = 68+34+11=113 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.18% from 113); Green value is 34 (13.67% from 255 or 30.09% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 68 - color contains mainly: red. Hex color #44220B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44220B is #BBDDF4. Grayscale: #292929. Windows color (decimal): -12312053 or 729668. OLE color: 729668.
HSL color Cylindrical-coordinate representation of color #44220B: hue angle of 24.21º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #44220B is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 34 | 11 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.73 |
| HSL | 24.21º | 0.72% | 0.15% | - |
| HSV(B) | 24.21º | 0.84% | 0.27% | - |
| XYZ | 3.02 | 2.4 | 0.62 | - |
| YUV | 41.54 | 110.76 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 34 | 11 | 0 | 0.50 | 0.84 | 0.73 | 24.21 | 0.72 | 0.15 |
| Hex | 44 | 22 | B | 0 | 32 | 54 | 49 | 18 | 48 | F |
| Octal | 104 | 42 | 13 | 0 | 62 | 124 | 111 | 30 | 110 | 17 |
| Binary | 1000100 | 100010 | 1011 | 0 | 110010 | 1010100 | 1001001 | 11000 | 1001000 | 1111 |
Color Harmonies of #44220B
Complementary color
Monochromatic Colors of #44220B
Black with #44220B
Text Example
Text Example
White with #44220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44220B; }
p { color: rgb(68,34,11); }
H1.HeaderClassName
{
color: #44220B;
}
.AnyTagClassName
{
color: #44220B;
}
</style>
background-color css
<style>
a { background-color: #44220B; }
a { background-color: rgb(68,34,11); }
div.DivClassName
{
background-color: #44220B;
}
.BgClassName
{
background-color: #44220B;
}
</style>
border-color css
<style>
span { border-color: #44220B; }
span { border-color: rgb(68,34,11); }
td.TdClassName
{
border-color: #44220B;
}
.TagClassName
{
border-color: #44220B;
}
</style>