Shades of Wood Bark #2A160D
Tints of Wood Bark #2A160D
RGB
CMYK
RGB Variations
Color information
#2A160D (or 0x2A160D) is known color: Wood Bark. HEX triplet: 2A, 16 and 0D. RGB value is (42,22,13). Sum of RGB (Red+Green+Blue) = 42+22+13=77 (10% of max value = 765). Red value is 42 (16.80% from 255 or 54.55% from 77); Green value is 22 (8.98% from 255 or 28.57% from 77); Blue value is 13 (5.47% from 255 or 16.88% from 77); Max value from RGB is 42 - color contains mainly: red. Hex color #2A160D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A160D is #D5E9F2. Grayscale: #1B1B1B. Windows color (decimal): -14019059 or 857642. OLE color: 857642.
HSL color Cylindrical-coordinate representation of color #2A160D: hue angle of 18.62º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A160D is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 22 | 13 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.84 |
| HSL | 18.62º | 0.53% | 0.11% | - |
| HSV(B) | 18.62º | 0.69% | 0.16% | - |
| XYZ | 1.31 | 1.1 | 0.52 | - |
| YUV | 26.95 | 120.13 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 22 | 13 | 0 | 0.48 | 0.69 | 0.84 | 18.62 | 0.53 | 0.11 |
| Hex | 2A | 16 | D | 0 | 30 | 45 | 54 | 13 | 35 | B |
| Octal | 52 | 26 | 15 | 0 | 60 | 105 | 124 | 23 | 65 | 13 |
| Binary | 101010 | 10110 | 1101 | 0 | 110000 | 1000101 | 1010100 | 10011 | 110101 | 1011 |
Color Harmonies of #2A160D
Complementary color
Monochromatic Colors of #2A160D
Black with #2A160D
Text Example
Text Example
White with #2A160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A160D; }
p { color: rgb(42,22,13); }
H1.HeaderClassName
{
color: #2A160D;
}
.AnyTagClassName
{
color: #2A160D;
}
</style>
background-color css
<style>
a { background-color: #2A160D; }
a { background-color: rgb(42,22,13); }
div.DivClassName
{
background-color: #2A160D;
}
.BgClassName
{
background-color: #2A160D;
}
</style>
border-color css
<style>
span { border-color: #2A160D; }
span { border-color: rgb(42,22,13); }
td.TdClassName
{
border-color: #2A160D;
}
.TagClassName
{
border-color: #2A160D;
}
</style>