Shades of Wood Bark #271D1A
Tints of Wood Bark #271D1A
RGB
CMYK
RGB Variations
Color information
#271D1A (or 0x271D1A) is known color: Wood Bark. HEX triplet: 27, 1D and 1A. RGB value is (39,29,26). Sum of RGB (Red+Green+Blue) = 39+29+26=94 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.49% from 94); Green value is 29 (11.72% from 255 or 30.85% from 94); Blue value is 26 (10.55% from 255 or 27.66% from 94); Max value from RGB is 39 - color contains mainly: red. Hex color #271D1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271D1A is #D8E2E5. Grayscale: #1F1F1F. Windows color (decimal): -14213862 or 1711399. OLE color: 1711399.
HSL color Cylindrical-coordinate representation of color #271D1A: hue angle of 13.85º degrees, saturation: 0.2, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #271D1A is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 29 | 26 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.85 |
| HSL | 13.85º | 0.2% | 0.13% | - |
| HSV(B) | 13.85º | 0.33% | 0.15% | - |
| XYZ | 1.46 | 1.38 | 1.17 | - |
| YUV | 31.65 | 124.81 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 29 | 26 | 0 | 0.26 | 0.33 | 0.85 | 13.85 | 0.2 | 0.13 |
| Hex | 27 | 1D | 1A | 0 | 1A | 21 | 55 | E | 14 | D |
| Octal | 47 | 35 | 32 | 0 | 32 | 41 | 125 | 16 | 24 | 15 |
| Binary | 100111 | 11101 | 11010 | 0 | 11010 | 100001 | 1010101 | 1110 | 10100 | 1101 |
Color Harmonies of #271D1A
Complementary color
Monochromatic Colors of #271D1A
Black with #271D1A
Text Example
Text Example
White with #271D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271D1A; }
p { color: rgb(39,29,26); }
H1.HeaderClassName
{
color: #271D1A;
}
.AnyTagClassName
{
color: #271D1A;
}
</style>
background-color css
<style>
a { background-color: #271D1A; }
a { background-color: rgb(39,29,26); }
div.DivClassName
{
background-color: #271D1A;
}
.BgClassName
{
background-color: #271D1A;
}
</style>
border-color css
<style>
span { border-color: #271D1A; }
span { border-color: rgb(39,29,26); }
td.TdClassName
{
border-color: #271D1A;
}
.TagClassName
{
border-color: #271D1A;
}
</style>