Shades of Wood Bark #33231D
Tints of Wood Bark #33231D
RGB
CMYK
RGB Variations
Color information
#33231D (or 0x33231D) is known color: Wood Bark. HEX triplet: 33, 23 and 1D. RGB value is (51,35,29). Sum of RGB (Red+Green+Blue) = 51+35+29=115 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.35% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 51 - color contains mainly: red. Hex color #33231D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33231D is #CCDCE2. Grayscale: #272727. Windows color (decimal): -13425891 or 1909555. OLE color: 1909555.
HSL color Cylindrical-coordinate representation of color #33231D: hue angle of 16.36º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #33231D is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 35 | 29 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.8 |
| HSL | 16.36º | 0.28% | 0.16% | - |
| HSV(B) | 16.36º | 0.43% | 0.2% | - |
| XYZ | 2.19 | 1.99 | 1.43 | - |
| YUV | 39.1 | 122.3 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 35 | 29 | 0 | 0.31 | 0.43 | 0.8 | 16.36 | 0.28 | 0.16 |
| Hex | 33 | 23 | 1D | 0 | 1F | 2B | 50 | 10 | 1C | 10 |
| Octal | 63 | 43 | 35 | 0 | 37 | 53 | 120 | 20 | 34 | 20 |
| Binary | 110011 | 100011 | 11101 | 0 | 11111 | 101011 | 1010000 | 10000 | 11100 | 10000 |
Color Harmonies of #33231D
Complementary color
Monochromatic Colors of #33231D
Black with #33231D
Text Example
Text Example
White with #33231D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33231D; }
p { color: rgb(51,35,29); }
H1.HeaderClassName
{
color: #33231D;
}
.AnyTagClassName
{
color: #33231D;
}
</style>
background-color css
<style>
a { background-color: #33231D; }
a { background-color: rgb(51,35,29); }
div.DivClassName
{
background-color: #33231D;
}
.BgClassName
{
background-color: #33231D;
}
</style>
border-color css
<style>
span { border-color: #33231D; }
span { border-color: rgb(51,35,29); }
td.TdClassName
{
border-color: #33231D;
}
.TagClassName
{
border-color: #33231D;
}
</style>