Shades of Wood Bark #32261F
Tints of Wood Bark #32261F
RGB
CMYK
RGB Variations
Color information
#32261F (or 0x32261F) is known color: Wood Bark. HEX triplet: 32, 26 and 1F. RGB value is (50,38,31). Sum of RGB (Red+Green+Blue) = 50+38+31=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 38 (15.23% from 255 or 31.93% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 50 - color contains mainly: red. Hex color #32261F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32261F is #CDD9E0. Grayscale: #282828. Windows color (decimal): -13490657 or 2041394. OLE color: 2041394.
HSL color Cylindrical-coordinate representation of color #32261F: hue angle of 22.11º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #32261F is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 38 | 31 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.80 |
| HSL | 22.11º | 0.23% | 0.16% | - |
| HSV(B) | 22.11º | 0.38% | 0.2% | - |
| XYZ | 2.26 | 2.16 | 1.59 | - |
| YUV | 40.79 | 122.48 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 38 | 31 | 0 | 0.24 | 0.38 | 0.80 | 22.11 | 0.23 | 0.16 |
| Hex | 32 | 26 | 1F | 0 | 18 | 26 | 50 | 16 | 17 | 10 |
| Octal | 62 | 46 | 37 | 0 | 30 | 46 | 120 | 26 | 27 | 20 |
| Binary | 110010 | 100110 | 11111 | 0 | 11000 | 100110 | 1010000 | 10110 | 10111 | 10000 |
Color Harmonies of #32261F
Complementary color
Monochromatic Colors of #32261F
Black with #32261F
Text Example
Text Example
White with #32261F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32261F; }
p { color: rgb(50,38,31); }
H1.HeaderClassName
{
color: #32261F;
}
.AnyTagClassName
{
color: #32261F;
}
</style>
background-color css
<style>
a { background-color: #32261F; }
a { background-color: rgb(50,38,31); }
div.DivClassName
{
background-color: #32261F;
}
.BgClassName
{
background-color: #32261F;
}
</style>
border-color css
<style>
span { border-color: #32261F; }
span { border-color: rgb(50,38,31); }
td.TdClassName
{
border-color: #32261F;
}
.TagClassName
{
border-color: #32261F;
}
</style>