Shades of Wood Bark #322A26
Tints of Wood Bark #322A26
RGB
CMYK
RGB Variations
Color information
#322A26 (or 0x322A26) is known color: Wood Bark. HEX triplet: 32, 2A and 26. RGB value is (50,42,38). Sum of RGB (Red+Green+Blue) = 50+42+38=130 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.46% from 130); Green value is 42 (16.80% from 255 or 32.31% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 50 - color contains mainly: red. Hex color #322A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322A26 is #CDD5D9. Grayscale: #2B2B2B. Windows color (decimal): -13489626 or 2501170. OLE color: 2501170.
HSL color Cylindrical-coordinate representation of color #322A26: hue angle of 20º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #322A26 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 42 | 38 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.80 |
| HSL | 20º | 0.14% | 0.17% | - |
| HSV(B) | 20º | 0.24% | 0.2% | - |
| XYZ | 2.49 | 2.47 | 2.18 | - |
| YUV | 43.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 42 | 38 | 0 | 0.16 | 0.24 | 0.80 | 20 | 0.14 | 0.17 |
| Hex | 32 | 2A | 26 | 0 | 10 | 18 | 50 | 14 | E | 11 |
| Octal | 62 | 52 | 46 | 0 | 20 | 30 | 120 | 24 | 16 | 21 |
| Binary | 110010 | 101010 | 100110 | 0 | 10000 | 11000 | 1010000 | 10100 | 1110 | 10001 |
Color Harmonies of #322A26
Complementary color
Monochromatic Colors of #322A26
Black with #322A26
Text Example
Text Example
White with #322A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322A26; }
p { color: rgb(50,42,38); }
H1.HeaderClassName
{
color: #322A26;
}
.AnyTagClassName
{
color: #322A26;
}
</style>
background-color css
<style>
a { background-color: #322A26; }
a { background-color: rgb(50,42,38); }
div.DivClassName
{
background-color: #322A26;
}
.BgClassName
{
background-color: #322A26;
}
</style>
border-color css
<style>
span { border-color: #322A26; }
span { border-color: rgb(50,42,38); }
td.TdClassName
{
border-color: #322A26;
}
.TagClassName
{
border-color: #322A26;
}
</style>