Shades of Wood Bark #332C29
Tints of Wood Bark #332C29
RGB
CMYK
RGB Variations
Color information
#332C29 (or 0x332C29) is known color: Wood Bark. HEX triplet: 33, 2C and 29. RGB value is (51,44,41). Sum of RGB (Red+Green+Blue) = 51+44+41=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 44 (17.58% from 255 or 32.35% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 51 - color contains mainly: red. Hex color #332C29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332C29 is #CCD3D6. Grayscale: #2D2D2D. Windows color (decimal): -13423575 or 2698291. OLE color: 2698291.
HSL color Cylindrical-coordinate representation of color #332C29: hue angle of 18º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #332C29 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 44 | 41 | - |
| CMYK | 0 | 0.14 | 0.20 | 0.8 |
| HSL | 18º | 0.11% | 0.18% | - |
| HSV(B) | 18º | 0.2% | 0.2% | - |
| XYZ | 2.67 | 2.67 | 2.47 | - |
| YUV | 45.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 44 | 41 | 0 | 0.14 | 0.20 | 0.8 | 18 | 0.11 | 0.18 |
| Hex | 33 | 2C | 29 | 0 | E | 14 | 50 | 12 | B | 12 |
| Octal | 63 | 54 | 51 | 0 | 16 | 24 | 120 | 22 | 13 | 22 |
| Binary | 110011 | 101100 | 101001 | 0 | 1110 | 10100 | 1010000 | 10010 | 1011 | 10010 |
Color Harmonies of #332C29
Complementary color
Monochromatic Colors of #332C29
Black with #332C29
Text Example
Text Example
White with #332C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332C29; }
p { color: rgb(51,44,41); }
H1.HeaderClassName
{
color: #332C29;
}
.AnyTagClassName
{
color: #332C29;
}
</style>
background-color css
<style>
a { background-color: #332C29; }
a { background-color: rgb(51,44,41); }
div.DivClassName
{
background-color: #332C29;
}
.BgClassName
{
background-color: #332C29;
}
</style>
border-color css
<style>
span { border-color: #332C29; }
span { border-color: rgb(51,44,41); }
td.TdClassName
{
border-color: #332C29;
}
.TagClassName
{
border-color: #332C29;
}
</style>