Shades of Wood Bark #271D19
Tints of Wood Bark #271D19
RGB
CMYK
RGB Variations
Color information
#271D19 (or 0x271D19) is known color: Wood Bark. HEX triplet: 27, 1D and 19. RGB value is (39,29,25). Sum of RGB (Red+Green+Blue) = 39+29+25=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 29 (11.72% from 255 or 31.18% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 39 - color contains mainly: red. Hex color #271D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271D19 is #D8E2E6. Grayscale: #1F1F1F. Windows color (decimal): -14213863 or 1645863. OLE color: 1645863.
HSL color Cylindrical-coordinate representation of color #271D19: hue angle of 17.14º degrees, saturation: 0.22, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #271D19 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 29 | 25 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.85 |
| HSL | 17.14º | 0.22% | 0.13% | - |
| HSV(B) | 17.14º | 0.36% | 0.15% | - |
| XYZ | 1.45 | 1.38 | 1.11 | - |
| YUV | 31.53 | 124.31 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 29 | 25 | 0 | 0.26 | 0.36 | 0.85 | 17.14 | 0.22 | 0.13 |
| Hex | 27 | 1D | 19 | 0 | 1A | 24 | 55 | 11 | 16 | D |
| Octal | 47 | 35 | 31 | 0 | 32 | 44 | 125 | 21 | 26 | 15 |
| Binary | 100111 | 11101 | 11001 | 0 | 11010 | 100100 | 1010101 | 10001 | 10110 | 1101 |
Color Harmonies of #271D19
Complementary color
Monochromatic Colors of #271D19
Black with #271D19
Text Example
Text Example
White with #271D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271D19; }
p { color: rgb(39,29,25); }
H1.HeaderClassName
{
color: #271D19;
}
.AnyTagClassName
{
color: #271D19;
}
</style>
background-color css
<style>
a { background-color: #271D19; }
a { background-color: rgb(39,29,25); }
div.DivClassName
{
background-color: #271D19;
}
.BgClassName
{
background-color: #271D19;
}
</style>
border-color css
<style>
span { border-color: #271D19; }
span { border-color: rgb(39,29,25); }
td.TdClassName
{
border-color: #271D19;
}
.TagClassName
{
border-color: #271D19;
}
</style>