Shades of Brown Pod #442016
Tints of Brown Pod #442016
RGB
CMYK
RGB Variations
Color information
#442016 (or 0x442016) is known color: Brown Pod. HEX triplet: 44, 20 and 16. RGB value is (68,32,22). Sum of RGB (Red+Green+Blue) = 68+32+22=122 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.74% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 68 - color contains mainly: red. Hex color #442016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442016 is #BBDFE9. Grayscale: #292929. Windows color (decimal): -12312554 or 1450052. OLE color: 1450052.
HSL color Cylindrical-coordinate representation of color #442016: hue angle of 13.04º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #442016 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 32 | 22 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.73 |
| HSL | 13.04º | 0.51% | 0.18% | - |
| HSV(B) | 13.04º | 0.68% | 0.27% | - |
| XYZ | 3.05 | 2.32 | 1.05 | - |
| YUV | 41.62 | 116.93 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 32 | 22 | 0 | 0.53 | 0.68 | 0.73 | 13.04 | 0.51 | 0.18 |
| Hex | 44 | 20 | 16 | 0 | 35 | 44 | 49 | D | 33 | 12 |
| Octal | 104 | 40 | 26 | 0 | 65 | 104 | 111 | 15 | 63 | 22 |
| Binary | 1000100 | 100000 | 10110 | 0 | 110101 | 1000100 | 1001001 | 1101 | 110011 | 10010 |
Color Harmonies of #442016
Complementary color
Monochromatic Colors of #442016
Black with #442016
Text Example
Text Example
White with #442016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442016; }
p { color: rgb(68,32,22); }
H1.HeaderClassName
{
color: #442016;
}
.AnyTagClassName
{
color: #442016;
}
</style>
background-color css
<style>
a { background-color: #442016; }
a { background-color: rgb(68,32,22); }
div.DivClassName
{
background-color: #442016;
}
.BgClassName
{
background-color: #442016;
}
</style>
border-color css
<style>
span { border-color: #442016; }
span { border-color: rgb(68,32,22); }
td.TdClassName
{
border-color: #442016;
}
.TagClassName
{
border-color: #442016;
}
</style>