Shades of Wood Bark #271B16
Tints of Wood Bark #271B16
RGB
CMYK
RGB Variations
Color information
#271B16 (or 0x271B16) is known color: Wood Bark. HEX triplet: 27, 1B and 16. RGB value is (39,27,22). Sum of RGB (Red+Green+Blue) = 39+27+22=88 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.32% from 88); Green value is 27 (10.94% from 255 or 30.68% from 88); Blue value is 22 (8.98% from 255 or 25% from 88); Max value from RGB is 39 - color contains mainly: red. Hex color #271B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271B16 is #D8E4E9. Grayscale: #1E1E1E. Windows color (decimal): -14214378 or 1448743. OLE color: 1448743.
HSL color Cylindrical-coordinate representation of color #271B16: hue angle of 17.65º degrees, saturation: 0.28, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #271B16 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 27 | 22 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.85 |
| HSL | 17.65º | 0.28% | 0.12% | - |
| HSV(B) | 17.65º | 0.44% | 0.15% | - |
| XYZ | 1.37 | 1.27 | 0.93 | - |
| YUV | 30.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 27 | 22 | 0 | 0.31 | 0.44 | 0.85 | 17.65 | 0.28 | 0.12 |
| Hex | 27 | 1B | 16 | 0 | 1F | 2C | 55 | 12 | 1C | C |
| Octal | 47 | 33 | 26 | 0 | 37 | 54 | 125 | 22 | 34 | 14 |
| Binary | 100111 | 11011 | 10110 | 0 | 11111 | 101100 | 1010101 | 10010 | 11100 | 1100 |
Color Harmonies of #271B16
Complementary color
Monochromatic Colors of #271B16
Black with #271B16
Text Example
Text Example
White with #271B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271B16; }
p { color: rgb(39,27,22); }
H1.HeaderClassName
{
color: #271B16;
}
.AnyTagClassName
{
color: #271B16;
}
</style>
background-color css
<style>
a { background-color: #271B16; }
a { background-color: rgb(39,27,22); }
div.DivClassName
{
background-color: #271B16;
}
.BgClassName
{
background-color: #271B16;
}
</style>
border-color css
<style>
span { border-color: #271B16; }
span { border-color: rgb(39,27,22); }
td.TdClassName
{
border-color: #271B16;
}
.TagClassName
{
border-color: #271B16;
}
</style>