Shades of Brown Pod #442220
Tints of Brown Pod #442220
RGB
CMYK
RGB Variations
Color information
#442220 (or 0x442220) is known color: Brown Pod. HEX triplet: 44, 22 and 20. RGB value is (68,34,32). Sum of RGB (Red+Green+Blue) = 68+34+32=134 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.75% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 68 - color contains mainly: red. Hex color #442220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442220 is #BBDDDF. Grayscale: #2B2B2B. Windows color (decimal): -12312032 or 2105924. OLE color: 2105924.
HSL color Cylindrical-coordinate representation of color #442220: hue angle of 3.33º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #442220 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 34 | 32 | - |
| CMYK | 0 | 0.50 | 0.53 | 0.73 |
| HSL | 3.33º | 0.36% | 0.2% | - |
| HSV(B) | 3.33º | 0.53% | 0.27% | - |
| XYZ | 3.22 | 2.48 | 1.68 | - |
| YUV | 43.94 | 121.26 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 34 | 32 | 0 | 0.50 | 0.53 | 0.73 | 3.33 | 0.36 | 0.2 |
| Hex | 44 | 22 | 20 | 0 | 32 | 35 | 49 | 3 | 24 | 14 |
| Octal | 104 | 42 | 40 | 0 | 62 | 65 | 111 | 3 | 44 | 24 |
| Binary | 1000100 | 100010 | 100000 | 0 | 110010 | 110101 | 1001001 | 11 | 100100 | 10100 |
Color Harmonies of #442220
Complementary color
Monochromatic Colors of #442220
Black with #442220
Text Example
Text Example
White with #442220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442220; }
p { color: rgb(68,34,32); }
H1.HeaderClassName
{
color: #442220;
}
.AnyTagClassName
{
color: #442220;
}
</style>
background-color css
<style>
a { background-color: #442220; }
a { background-color: rgb(68,34,32); }
div.DivClassName
{
background-color: #442220;
}
.BgClassName
{
background-color: #442220;
}
</style>
border-color css
<style>
span { border-color: #442220; }
span { border-color: rgb(68,34,32); }
td.TdClassName
{
border-color: #442220;
}
.TagClassName
{
border-color: #442220;
}
</style>