Shades of Wood Bark #2A160C
Tints of Wood Bark #2A160C
RGB
CMYK
RGB Variations
Color information
#2A160C (or 0x2A160C) is known color: Wood Bark. HEX triplet: 2A, 16 and 0C. RGB value is (42,22,12). Sum of RGB (Red+Green+Blue) = 42+22+12=76 (10% of max value = 765). Red value is 42 (16.80% from 255 or 55.26% from 76); Green value is 22 (8.98% from 255 or 28.95% from 76); Blue value is 12 (5.08% from 255 or 15.79% from 76); Max value from RGB is 42 - color contains mainly: red. Hex color #2A160C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A160C is #D5E9F3. Grayscale: #1A1A1A. Windows color (decimal): -14019060 or 792106. OLE color: 792106.
HSL color Cylindrical-coordinate representation of color #2A160C: hue angle of 20º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A160C is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 22 | 12 | - |
| CMYK | 0 | 0.48 | 0.71 | 0.84 |
| HSL | 20º | 0.56% | 0.11% | - |
| HSV(B) | 20º | 0.71% | 0.16% | - |
| XYZ | 1.31 | 1.09 | 0.49 | - |
| YUV | 26.84 | 119.63 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 22 | 12 | 0 | 0.48 | 0.71 | 0.84 | 20 | 0.56 | 0.11 |
| Hex | 2A | 16 | C | 0 | 30 | 47 | 54 | 14 | 38 | B |
| Octal | 52 | 26 | 14 | 0 | 60 | 107 | 124 | 24 | 70 | 13 |
| Binary | 101010 | 10110 | 1100 | 0 | 110000 | 1000111 | 1010100 | 10100 | 111000 | 1011 |
Color Harmonies of #2A160C
Complementary color
Monochromatic Colors of #2A160C
Black with #2A160C
Text Example
Text Example
White with #2A160C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A160C; }
p { color: rgb(42,22,12); }
H1.HeaderClassName
{
color: #2A160C;
}
.AnyTagClassName
{
color: #2A160C;
}
</style>
background-color css
<style>
a { background-color: #2A160C; }
a { background-color: rgb(42,22,12); }
div.DivClassName
{
background-color: #2A160C;
}
.BgClassName
{
background-color: #2A160C;
}
</style>
border-color css
<style>
span { border-color: #2A160C; }
span { border-color: rgb(42,22,12); }
td.TdClassName
{
border-color: #2A160C;
}
.TagClassName
{
border-color: #2A160C;
}
</style>