Shades of Wood Bark #32231B
Tints of Wood Bark #32231B
RGB
CMYK
RGB Variations
Color information
#32231B (or 0x32231B) is known color: Wood Bark. HEX triplet: 32, 23 and 1B. RGB value is (50,35,27). Sum of RGB (Red+Green+Blue) = 50+35+27=112 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.64% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 50 - color contains mainly: red. Hex color #32231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32231B is #CDDCE4. Grayscale: #262626. Windows color (decimal): -13491429 or 1778482. OLE color: 1778482.
HSL color Cylindrical-coordinate representation of color #32231B: hue angle of 20.87º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #32231B is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 35 | 27 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.80 |
| HSL | 20.87º | 0.3% | 0.15% | - |
| HSV(B) | 20.87º | 0.46% | 0.2% | - |
| XYZ | 2.11 | 1.96 | 1.3 | - |
| YUV | 38.57 | 121.47 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 35 | 27 | 0 | 0.30 | 0.46 | 0.80 | 20.87 | 0.3 | 0.15 |
| Hex | 32 | 23 | 1B | 0 | 1E | 2E | 50 | 15 | 1E | F |
| Octal | 62 | 43 | 33 | 0 | 36 | 56 | 120 | 25 | 36 | 17 |
| Binary | 110010 | 100011 | 11011 | 0 | 11110 | 101110 | 1010000 | 10101 | 11110 | 1111 |
Color Harmonies of #32231B
Complementary color
Monochromatic Colors of #32231B
Black with #32231B
Text Example
Text Example
White with #32231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32231B; }
p { color: rgb(50,35,27); }
H1.HeaderClassName
{
color: #32231B;
}
.AnyTagClassName
{
color: #32231B;
}
</style>
background-color css
<style>
a { background-color: #32231B; }
a { background-color: rgb(50,35,27); }
div.DivClassName
{
background-color: #32231B;
}
.BgClassName
{
background-color: #32231B;
}
</style>
border-color css
<style>
span { border-color: #32231B; }
span { border-color: rgb(50,35,27); }
td.TdClassName
{
border-color: #32231B;
}
.TagClassName
{
border-color: #32231B;
}
</style>