Shades of Brown Pod #442321
Tints of Brown Pod #442321
RGB
CMYK
RGB Variations
Color information
#442321 (or 0x442321) is known color: Brown Pod. HEX triplet: 44, 23 and 21. RGB value is (68,35,33). Sum of RGB (Red+Green+Blue) = 68+35+33=136 (18% of max value = 765). Red value is 68 (26.95% from 255 or 50% from 136); Green value is 35 (14.06% from 255 or 25.74% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 68 - color contains mainly: red. Hex color #442321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442321 is #BBDCDE. Grayscale: #2C2C2C. Windows color (decimal): -12311775 or 2171716. OLE color: 2171716.
HSL color Cylindrical-coordinate representation of color #442321: hue angle of 3.43º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #442321 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 35 | 33 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.73 |
| HSL | 3.43º | 0.35% | 0.2% | - |
| HSV(B) | 3.43º | 0.51% | 0.27% | - |
| XYZ | 3.26 | 2.54 | 1.76 | - |
| YUV | 44.64 | 121.43 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 35 | 33 | 0 | 0.49 | 0.51 | 0.73 | 3.43 | 0.35 | 0.2 |
| Hex | 44 | 23 | 21 | 0 | 31 | 33 | 49 | 3 | 23 | 14 |
| Octal | 104 | 43 | 41 | 0 | 61 | 63 | 111 | 3 | 43 | 24 |
| Binary | 1000100 | 100011 | 100001 | 0 | 110001 | 110011 | 1001001 | 11 | 100011 | 10100 |
Color Harmonies of #442321
Complementary color
Monochromatic Colors of #442321
Black with #442321
Text Example
Text Example
White with #442321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442321; }
p { color: rgb(68,35,33); }
H1.HeaderClassName
{
color: #442321;
}
.AnyTagClassName
{
color: #442321;
}
</style>
background-color css
<style>
a { background-color: #442321; }
a { background-color: rgb(68,35,33); }
div.DivClassName
{
background-color: #442321;
}
.BgClassName
{
background-color: #442321;
}
</style>
border-color css
<style>
span { border-color: #442321; }
span { border-color: rgb(68,35,33); }
td.TdClassName
{
border-color: #442321;
}
.TagClassName
{
border-color: #442321;
}
</style>