Shades of Wood Bark #2A180D
Tints of Wood Bark #2A180D
RGB
CMYK
RGB Variations
Color information
#2A180D (or 0x2A180D) is known color: Wood Bark. HEX triplet: 2A, 18 and 0D. RGB value is (42,24,13). Sum of RGB (Red+Green+Blue) = 42+24+13=79 (10% of max value = 765). Red value is 42 (16.80% from 255 or 53.16% from 79); Green value is 24 (9.77% from 255 or 30.38% from 79); Blue value is 13 (5.47% from 255 or 16.46% from 79); Max value from RGB is 42 - color contains mainly: red. Hex color #2A180D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A180D is #D5E7F2. Grayscale: #1C1C1C. Windows color (decimal): -14018547 or 858154. OLE color: 858154.
HSL color Cylindrical-coordinate representation of color #2A180D: hue angle of 22.76º 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 #2A180D is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 24 | 13 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.84 |
| HSL | 22.76º | 0.53% | 0.11% | - |
| HSV(B) | 22.76º | 0.69% | 0.16% | - |
| XYZ | 1.35 | 1.17 | 0.54 | - |
| YUV | 28.13 | 119.46 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 24 | 13 | 0 | 0.43 | 0.69 | 0.84 | 22.76 | 0.53 | 0.11 |
| Hex | 2A | 18 | D | 0 | 2B | 45 | 54 | 17 | 35 | B |
| Octal | 52 | 30 | 15 | 0 | 53 | 105 | 124 | 27 | 65 | 13 |
| Binary | 101010 | 11000 | 1101 | 0 | 101011 | 1000101 | 1010100 | 10111 | 110101 | 1011 |
Color Harmonies of #2A180D
Complementary color
Monochromatic Colors of #2A180D
Black with #2A180D
Text Example
Text Example
White with #2A180D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A180D; }
p { color: rgb(42,24,13); }
H1.HeaderClassName
{
color: #2A180D;
}
.AnyTagClassName
{
color: #2A180D;
}
</style>
background-color css
<style>
a { background-color: #2A180D; }
a { background-color: rgb(42,24,13); }
div.DivClassName
{
background-color: #2A180D;
}
.BgClassName
{
background-color: #2A180D;
}
</style>
border-color css
<style>
span { border-color: #2A180D; }
span { border-color: rgb(42,24,13); }
td.TdClassName
{
border-color: #2A180D;
}
.TagClassName
{
border-color: #2A180D;
}
</style>