Shades of Wood Bark #27160D
Tints of Wood Bark #27160D
RGB
CMYK
RGB Variations
Color information
#27160D (or 0x27160D) is known color: Wood Bark. HEX triplet: 27, 16 and 0D. RGB value is (39,22,13). Sum of RGB (Red+Green+Blue) = 39+22+13=74 (9% of max value = 765). Red value is 39 (15.62% from 255 or 52.70% from 74); Green value is 22 (8.98% from 255 or 29.73% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 39 - color contains mainly: red. Hex color #27160D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #27160D is #D8E9F2. Grayscale: #1A1A1A. Windows color (decimal): -14215667 or 857639. OLE color: 857639.
HSL color Cylindrical-coordinate representation of color #27160D: hue angle of 20.77º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #27160D is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 22 | 13 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.85 |
| HSL | 20.77º | 0.5% | 0.1% | - |
| HSV(B) | 20.77º | 0.67% | 0.15% | - |
| XYZ | 1.2 | 1.03 | 0.52 | - |
| YUV | 26.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 22 | 13 | 0 | 0.44 | 0.67 | 0.85 | 20.77 | 0.5 | 0.1 |
| Hex | 27 | 16 | D | 0 | 2C | 43 | 55 | 15 | 32 | A |
| Octal | 47 | 26 | 15 | 0 | 54 | 103 | 125 | 25 | 62 | 12 |
| Binary | 100111 | 10110 | 1101 | 0 | 101100 | 1000011 | 1010101 | 10101 | 110010 | 1010 |
Color Harmonies of #27160D
Complementary color
Monochromatic Colors of #27160D
Black with #27160D
Text Example
Text Example
White with #27160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27160D; }
p { color: rgb(39,22,13); }
H1.HeaderClassName
{
color: #27160D;
}
.AnyTagClassName
{
color: #27160D;
}
</style>
background-color css
<style>
a { background-color: #27160D; }
a { background-color: rgb(39,22,13); }
div.DivClassName
{
background-color: #27160D;
}
.BgClassName
{
background-color: #27160D;
}
</style>
border-color css
<style>
span { border-color: #27160D; }
span { border-color: rgb(39,22,13); }
td.TdClassName
{
border-color: #27160D;
}
.TagClassName
{
border-color: #27160D;
}
</style>