Shades of Brown Pod #442420
Tints of Brown Pod #442420
RGB
CMYK
RGB Variations
Color information
#442420 (or 0x442420) is known color: Brown Pod. HEX triplet: 44, 24 and 20. RGB value is (68,36,32). Sum of RGB (Red+Green+Blue) = 68+36+32=136 (18% of max value = 765). Red value is 68 (26.95% from 255 or 50% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 68 - color contains mainly: red. Hex color #442420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442420 is #BBDBDF. Grayscale: #2D2D2D. Windows color (decimal): -12311520 or 2106436. OLE color: 2106436.
HSL color Cylindrical-coordinate representation of color #442420: hue angle of 6.67º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #442420 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 36 | 32 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.73 |
| HSL | 6.67º | 0.36% | 0.2% | - |
| HSV(B) | 6.67º | 0.53% | 0.27% | - |
| XYZ | 3.28 | 2.59 | 1.69 | - |
| YUV | 45.11 | 120.6 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 36 | 32 | 0 | 0.47 | 0.53 | 0.73 | 6.67 | 0.36 | 0.2 |
| Hex | 44 | 24 | 20 | 0 | 2F | 35 | 49 | 7 | 24 | 14 |
| Octal | 104 | 44 | 40 | 0 | 57 | 65 | 111 | 7 | 44 | 24 |
| Binary | 1000100 | 100100 | 100000 | 0 | 101111 | 110101 | 1001001 | 111 | 100100 | 10100 |
Color Harmonies of #442420
Complementary color
Monochromatic Colors of #442420
Black with #442420
Text Example
Text Example
White with #442420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442420; }
p { color: rgb(68,36,32); }
H1.HeaderClassName
{
color: #442420;
}
.AnyTagClassName
{
color: #442420;
}
</style>
background-color css
<style>
a { background-color: #442420; }
a { background-color: rgb(68,36,32); }
div.DivClassName
{
background-color: #442420;
}
.BgClassName
{
background-color: #442420;
}
</style>
border-color css
<style>
span { border-color: #442420; }
span { border-color: rgb(68,36,32); }
td.TdClassName
{
border-color: #442420;
}
.TagClassName
{
border-color: #442420;
}
</style>