Shades of Wood Bark #271A15
Tints of Wood Bark #271A15
RGB
CMYK
RGB Variations
Color information
#271A15 (or 0x271A15) is known color: Wood Bark. HEX triplet: 27, 1A and 15. RGB value is (39,26,21). Sum of RGB (Red+Green+Blue) = 39+26+21=86 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.35% from 86); Green value is 26 (10.55% from 255 or 30.23% from 86); Blue value is 21 (8.59% from 255 or 24.42% from 86); Max value from RGB is 39 - color contains mainly: red. Hex color #271A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271A15 is #D8E5EA. Grayscale: #1D1D1D. Windows color (decimal): -14214635 or 1382951. OLE color: 1382951.
HSL color Cylindrical-coordinate representation of color #271A15: hue angle of 16.67º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #271A15 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 26 | 21 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.85 |
| HSL | 16.67º | 0.3% | 0.12% | - |
| HSV(B) | 16.67º | 0.46% | 0.15% | - |
| XYZ | 1.34 | 1.22 | 0.88 | - |
| YUV | 29.32 | 123.31 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 26 | 21 | 0 | 0.33 | 0.46 | 0.85 | 16.67 | 0.3 | 0.12 |
| Hex | 27 | 1A | 15 | 0 | 21 | 2E | 55 | 11 | 1E | C |
| Octal | 47 | 32 | 25 | 0 | 41 | 56 | 125 | 21 | 36 | 14 |
| Binary | 100111 | 11010 | 10101 | 0 | 100001 | 101110 | 1010101 | 10001 | 11110 | 1100 |
Color Harmonies of #271A15
Complementary color
Monochromatic Colors of #271A15
Black with #271A15
Text Example
Text Example
White with #271A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271A15; }
p { color: rgb(39,26,21); }
H1.HeaderClassName
{
color: #271A15;
}
.AnyTagClassName
{
color: #271A15;
}
</style>
background-color css
<style>
a { background-color: #271A15; }
a { background-color: rgb(39,26,21); }
div.DivClassName
{
background-color: #271A15;
}
.BgClassName
{
background-color: #271A15;
}
</style>
border-color css
<style>
span { border-color: #271A15; }
span { border-color: rgb(39,26,21); }
td.TdClassName
{
border-color: #271A15;
}
.TagClassName
{
border-color: #271A15;
}
</style>