Shades of Wood Bark #271E18
Tints of Wood Bark #271E18
RGB
CMYK
RGB Variations
Color information
#271E18 (or 0x271E18) is known color: Wood Bark. HEX triplet: 27, 1E and 18. RGB value is (39,30,24). Sum of RGB (Red+Green+Blue) = 39+30+24=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 30 (12.11% from 255 or 32.26% from 93); Blue value is 24 (9.77% from 255 or 25.81% from 93); Max value from RGB is 39 - color contains mainly: red. Hex color #271E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271E18 is #D8E1E7. Grayscale: #202020. Windows color (decimal): -14213608 or 1580583. OLE color: 1580583.
HSL color Cylindrical-coordinate representation of color #271E18: hue angle of 24º degrees, saturation: 0.24, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #271E18 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 30 | 24 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.85 |
| HSL | 24º | 0.24% | 0.12% | - |
| HSV(B) | 24º | 0.38% | 0.15% | - |
| XYZ | 1.47 | 1.43 | 1.06 | - |
| YUV | 32.01 | 123.48 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 30 | 24 | 0 | 0.23 | 0.38 | 0.85 | 24 | 0.24 | 0.12 |
| Hex | 27 | 1E | 18 | 0 | 17 | 26 | 55 | 18 | 18 | C |
| Octal | 47 | 36 | 30 | 0 | 27 | 46 | 125 | 30 | 30 | 14 |
| Binary | 100111 | 11110 | 11000 | 0 | 10111 | 100110 | 1010101 | 11000 | 11000 | 1100 |
Color Harmonies of #271E18
Complementary color
Monochromatic Colors of #271E18
Black with #271E18
Text Example
Text Example
White with #271E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271E18; }
p { color: rgb(39,30,24); }
H1.HeaderClassName
{
color: #271E18;
}
.AnyTagClassName
{
color: #271E18;
}
</style>
background-color css
<style>
a { background-color: #271E18; }
a { background-color: rgb(39,30,24); }
div.DivClassName
{
background-color: #271E18;
}
.BgClassName
{
background-color: #271E18;
}
</style>
border-color css
<style>
span { border-color: #271E18; }
span { border-color: rgb(39,30,24); }
td.TdClassName
{
border-color: #271E18;
}
.TagClassName
{
border-color: #271E18;
}
</style>