Shades of Brown Pod #44211F
Tints of Brown Pod #44211F
RGB
CMYK
RGB Variations
Color information
#44211F (or 0x44211F) is known color: Brown Pod. HEX triplet: 44, 21 and 1F. RGB value is (68,33,31). Sum of RGB (Red+Green+Blue) = 68+33+31=132 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.52% from 132); Green value is 33 (13.28% from 255 or 25% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 68 - color contains mainly: red. Hex color #44211F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44211F is #BBDEE0. Grayscale: #2B2B2B. Windows color (decimal): -12312289 or 2040132. OLE color: 2040132.
HSL color Cylindrical-coordinate representation of color #44211F: hue angle of 3.24º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #44211F is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 33 | 31 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.73 |
| HSL | 3.24º | 0.37% | 0.19% | - |
| HSV(B) | 3.24º | 0.54% | 0.27% | - |
| XYZ | 3.18 | 2.42 | 1.6 | - |
| YUV | 43.24 | 121.1 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 33 | 31 | 0 | 0.51 | 0.54 | 0.73 | 3.24 | 0.37 | 0.19 |
| Hex | 44 | 21 | 1F | 0 | 33 | 36 | 49 | 3 | 25 | 13 |
| Octal | 104 | 41 | 37 | 0 | 63 | 66 | 111 | 3 | 45 | 23 |
| Binary | 1000100 | 100001 | 11111 | 0 | 110011 | 110110 | 1001001 | 11 | 100101 | 10011 |
Color Harmonies of #44211F
Complementary color
Monochromatic Colors of #44211F
Black with #44211F
Text Example
Text Example
White with #44211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44211F; }
p { color: rgb(68,33,31); }
H1.HeaderClassName
{
color: #44211F;
}
.AnyTagClassName
{
color: #44211F;
}
</style>
background-color css
<style>
a { background-color: #44211F; }
a { background-color: rgb(68,33,31); }
div.DivClassName
{
background-color: #44211F;
}
.BgClassName
{
background-color: #44211F;
}
</style>
border-color css
<style>
span { border-color: #44211F; }
span { border-color: rgb(68,33,31); }
td.TdClassName
{
border-color: #44211F;
}
.TagClassName
{
border-color: #44211F;
}
</style>