Shades of Wood Bark #271A16
Tints of Wood Bark #271A16
RGB
CMYK
RGB Variations
Color information
#271A16 (or 0x271A16) is known color: Wood Bark. HEX triplet: 27, 1A and 16. RGB value is (39,26,22). Sum of RGB (Red+Green+Blue) = 39+26+22=87 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.83% from 87); Green value is 26 (10.55% from 255 or 29.89% from 87); Blue value is 22 (8.98% from 255 or 25.29% from 87); Max value from RGB is 39 - color contains mainly: red. Hex color #271A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271A16 is #D8E5E9. Grayscale: #1D1D1D. Windows color (decimal): -14214634 or 1448487. OLE color: 1448487.
HSL color Cylindrical-coordinate representation of color #271A16: hue angle of 14.12º 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 #271A16 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 26 | 22 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.85 |
| HSL | 14.12º | 0.28% | 0.12% | - |
| HSV(B) | 14.12º | 0.44% | 0.15% | - |
| XYZ | 1.35 | 1.23 | 0.92 | - |
| YUV | 29.43 | 123.81 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 26 | 22 | 0 | 0.33 | 0.44 | 0.85 | 14.12 | 0.28 | 0.12 |
| Hex | 27 | 1A | 16 | 0 | 21 | 2C | 55 | E | 1C | C |
| Octal | 47 | 32 | 26 | 0 | 41 | 54 | 125 | 16 | 34 | 14 |
| Binary | 100111 | 11010 | 10110 | 0 | 100001 | 101100 | 1010101 | 1110 | 11100 | 1100 |
Color Harmonies of #271A16
Complementary color
Monochromatic Colors of #271A16
Black with #271A16
Text Example
Text Example
White with #271A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271A16; }
p { color: rgb(39,26,22); }
H1.HeaderClassName
{
color: #271A16;
}
.AnyTagClassName
{
color: #271A16;
}
</style>
background-color css
<style>
a { background-color: #271A16; }
a { background-color: rgb(39,26,22); }
div.DivClassName
{
background-color: #271A16;
}
.BgClassName
{
background-color: #271A16;
}
</style>
border-color css
<style>
span { border-color: #271A16; }
span { border-color: rgb(39,26,22); }
td.TdClassName
{
border-color: #271A16;
}
.TagClassName
{
border-color: #271A16;
}
</style>