Shades of Brown Pod #44211A
Tints of Brown Pod #44211A
RGB
CMYK
RGB Variations
Color information
#44211A (or 0x44211A) is known color: Brown Pod. HEX triplet: 44, 21 and 1A. RGB value is (68,33,26). Sum of RGB (Red+Green+Blue) = 68+33+26=127 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.54% from 127); Green value is 33 (13.28% from 255 or 25.98% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 68 - color contains mainly: red. Hex color #44211A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44211A is #BBDEE5. Grayscale: #2A2A2A. Windows color (decimal): -12312294 or 1712452. OLE color: 1712452.
HSL color Cylindrical-coordinate representation of color #44211A: hue angle of 10º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44211A is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 33 | 26 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.73 |
| HSL | 10º | 0.45% | 0.18% | - |
| HSV(B) | 10º | 0.62% | 0.27% | - |
| XYZ | 3.11 | 2.39 | 1.27 | - |
| YUV | 42.67 | 118.6 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 33 | 26 | 0 | 0.51 | 0.62 | 0.73 | 10 | 0.45 | 0.18 |
| Hex | 44 | 21 | 1A | 0 | 33 | 3E | 49 | A | 2D | 12 |
| Octal | 104 | 41 | 32 | 0 | 63 | 76 | 111 | 12 | 55 | 22 |
| Binary | 1000100 | 100001 | 11010 | 0 | 110011 | 111110 | 1001001 | 1010 | 101101 | 10010 |
Color Harmonies of #44211A
Complementary color
Monochromatic Colors of #44211A
Black with #44211A
Text Example
Text Example
White with #44211A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44211A; }
p { color: rgb(68,33,26); }
H1.HeaderClassName
{
color: #44211A;
}
.AnyTagClassName
{
color: #44211A;
}
</style>
background-color css
<style>
a { background-color: #44211A; }
a { background-color: rgb(68,33,26); }
div.DivClassName
{
background-color: #44211A;
}
.BgClassName
{
background-color: #44211A;
}
</style>
border-color css
<style>
span { border-color: #44211A; }
span { border-color: rgb(68,33,26); }
td.TdClassName
{
border-color: #44211A;
}
.TagClassName
{
border-color: #44211A;
}
</style>