Shades of Wood Bark #32221A
Tints of Wood Bark #32221A
RGB
CMYK
RGB Variations
Color information
#32221A (or 0x32221A) is known color: Wood Bark. HEX triplet: 32, 22 and 1A. RGB value is (50,34,26). Sum of RGB (Red+Green+Blue) = 50+34+26=110 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.45% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 50 - color contains mainly: red. Hex color #32221A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32221A is #CDDDE5. Grayscale: #252525. Windows color (decimal): -13491686 or 1712690. OLE color: 1712690.
HSL color Cylindrical-coordinate representation of color #32221A: hue angle of 20º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #32221A is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 34 | 26 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.80 |
| HSL | 20º | 0.32% | 0.15% | - |
| HSV(B) | 20º | 0.48% | 0.2% | - |
| XYZ | 2.07 | 1.9 | 1.23 | - |
| YUV | 37.87 | 121.3 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 34 | 26 | 0 | 0.32 | 0.48 | 0.80 | 20 | 0.32 | 0.15 |
| Hex | 32 | 22 | 1A | 0 | 20 | 30 | 50 | 14 | 20 | F |
| Octal | 62 | 42 | 32 | 0 | 40 | 60 | 120 | 24 | 40 | 17 |
| Binary | 110010 | 100010 | 11010 | 0 | 100000 | 110000 | 1010000 | 10100 | 100000 | 1111 |
Color Harmonies of #32221A
Complementary color
Monochromatic Colors of #32221A
Black with #32221A
Text Example
Text Example
White with #32221A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32221A; }
p { color: rgb(50,34,26); }
H1.HeaderClassName
{
color: #32221A;
}
.AnyTagClassName
{
color: #32221A;
}
</style>
background-color css
<style>
a { background-color: #32221A; }
a { background-color: rgb(50,34,26); }
div.DivClassName
{
background-color: #32221A;
}
.BgClassName
{
background-color: #32221A;
}
</style>
border-color css
<style>
span { border-color: #32221A; }
span { border-color: rgb(50,34,26); }
td.TdClassName
{
border-color: #32221A;
}
.TagClassName
{
border-color: #32221A;
}
</style>