Shades of Brown Pod #442522
Tints of Brown Pod #442522
RGB
CMYK
RGB Variations
Color information
#442522 (or 0x442522) is known color: Brown Pod. HEX triplet: 44, 25 and 22. RGB value is (68,37,34). Sum of RGB (Red+Green+Blue) = 68+37+34=139 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.92% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 34 (13.67% from 255 or 24.46% from 139); Max value from RGB is 68 - color contains mainly: red. Hex color #442522 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442522 is #BBDADD. Grayscale: #2D2D2D. Windows color (decimal): -12311262 or 2237764. OLE color: 2237764.
HSL color Cylindrical-coordinate representation of color #442522: hue angle of 5.29º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #442522 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 37 | 34 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.73 |
| HSL | 5.29º | 0.33% | 0.2% | - |
| HSV(B) | 5.29º | 0.5% | 0.27% | - |
| XYZ | 3.33 | 2.67 | 1.85 | - |
| YUV | 45.93 | 121.27 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 37 | 34 | 0 | 0.46 | 0.50 | 0.73 | 5.29 | 0.33 | 0.2 |
| Hex | 44 | 25 | 22 | 0 | 2E | 32 | 49 | 5 | 21 | 14 |
| Octal | 104 | 45 | 42 | 0 | 56 | 62 | 111 | 5 | 41 | 24 |
| Binary | 1000100 | 100101 | 100010 | 0 | 101110 | 110010 | 1001001 | 101 | 100001 | 10100 |
Color Harmonies of #442522
Complementary color
Monochromatic Colors of #442522
Black with #442522
Text Example
Text Example
White with #442522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442522; }
p { color: rgb(68,37,34); }
H1.HeaderClassName
{
color: #442522;
}
.AnyTagClassName
{
color: #442522;
}
</style>
background-color css
<style>
a { background-color: #442522; }
a { background-color: rgb(68,37,34); }
div.DivClassName
{
background-color: #442522;
}
.BgClassName
{
background-color: #442522;
}
</style>
border-color css
<style>
span { border-color: #442522; }
span { border-color: rgb(68,37,34); }
td.TdClassName
{
border-color: #442522;
}
.TagClassName
{
border-color: #442522;
}
</style>