Shades of Wood Bark #271A11
Tints of Wood Bark #271A11
RGB
CMYK
RGB Variations
Color information
#271A11 (or 0x271A11) is known color: Wood Bark. HEX triplet: 27, 1A and 11. RGB value is (39,26,17). Sum of RGB (Red+Green+Blue) = 39+26+17=82 (10% of max value = 765). Red value is 39 (15.62% from 255 or 47.56% from 82); Green value is 26 (10.55% from 255 or 31.71% from 82); Blue value is 17 (7.03% from 255 or 20.73% from 82); Max value from RGB is 39 - color contains mainly: red. Hex color #271A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271A11 is #D8E5EE. Grayscale: #1C1C1C. Windows color (decimal): -14214639 or 1120807. OLE color: 1120807.
HSL color Cylindrical-coordinate representation of color #271A11: hue angle of 24.55º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #271A11 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 26 | 17 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.85 |
| HSL | 24.55º | 0.39% | 0.11% | - |
| HSV(B) | 24.55º | 0.56% | 0.15% | - |
| XYZ | 1.31 | 1.21 | 0.7 | - |
| YUV | 28.86 | 121.31 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 26 | 17 | 0 | 0.33 | 0.56 | 0.85 | 24.55 | 0.39 | 0.11 |
| Hex | 27 | 1A | 11 | 0 | 21 | 38 | 55 | 19 | 27 | B |
| Octal | 47 | 32 | 21 | 0 | 41 | 70 | 125 | 31 | 47 | 13 |
| Binary | 100111 | 11010 | 10001 | 0 | 100001 | 111000 | 1010101 | 11001 | 100111 | 1011 |
Color Harmonies of #271A11
Complementary color
Monochromatic Colors of #271A11
Black with #271A11
Text Example
Text Example
White with #271A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271A11; }
p { color: rgb(39,26,17); }
H1.HeaderClassName
{
color: #271A11;
}
.AnyTagClassName
{
color: #271A11;
}
</style>
background-color css
<style>
a { background-color: #271A11; }
a { background-color: rgb(39,26,17); }
div.DivClassName
{
background-color: #271A11;
}
.BgClassName
{
background-color: #271A11;
}
</style>
border-color css
<style>
span { border-color: #271A11; }
span { border-color: rgb(39,26,17); }
td.TdClassName
{
border-color: #271A11;
}
.TagClassName
{
border-color: #271A11;
}
</style>