Shades of Wood Bark #271E1C
Tints of Wood Bark #271E1C
RGB
CMYK
RGB Variations
Color information
#271E1C (or 0x271E1C) is known color: Wood Bark. HEX triplet: 27, 1E and 1C. RGB value is (39,30,28). Sum of RGB (Red+Green+Blue) = 39+30+28=97 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.21% from 97); Green value is 30 (12.11% from 255 or 30.93% from 97); Blue value is 28 (11.33% from 255 or 28.87% from 97); Max value from RGB is 39 - color contains mainly: red. Hex color #271E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271E1C is #D8E1E3. Grayscale: #202020. Windows color (decimal): -14213604 or 1842727. OLE color: 1842727.
HSL color Cylindrical-coordinate representation of color #271E1C: hue angle of 10.91º degrees, saturation: 0.16, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #271E1C is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 30 | 28 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.85 |
| HSL | 10.91º | 0.16% | 0.13% | - |
| HSV(B) | 10.91º | 0.28% | 0.15% | - |
| XYZ | 1.51 | 1.44 | 1.3 | - |
| YUV | 32.46 | 125.48 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 30 | 28 | 0 | 0.23 | 0.28 | 0.85 | 10.91 | 0.16 | 0.13 |
| Hex | 27 | 1E | 1C | 0 | 17 | 1C | 55 | B | 10 | D |
| Octal | 47 | 36 | 34 | 0 | 27 | 34 | 125 | 13 | 20 | 15 |
| Binary | 100111 | 11110 | 11100 | 0 | 10111 | 11100 | 1010101 | 1011 | 10000 | 1101 |
Color Harmonies of #271E1C
Complementary color
Monochromatic Colors of #271E1C
Black with #271E1C
Text Example
Text Example
White with #271E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271E1C; }
p { color: rgb(39,30,28); }
H1.HeaderClassName
{
color: #271E1C;
}
.AnyTagClassName
{
color: #271E1C;
}
</style>
background-color css
<style>
a { background-color: #271E1C; }
a { background-color: rgb(39,30,28); }
div.DivClassName
{
background-color: #271E1C;
}
.BgClassName
{
background-color: #271E1C;
}
</style>
border-color css
<style>
span { border-color: #271E1C; }
span { border-color: rgb(39,30,28); }
td.TdClassName
{
border-color: #271E1C;
}
.TagClassName
{
border-color: #271E1C;
}
</style>