Shades of Wood Bark #281A12
Tints of Wood Bark #281A12
RGB
CMYK
RGB Variations
Color information
#281A12 (or 0x281A12) is known color: Wood Bark. HEX triplet: 28, 1A and 12. RGB value is (40,26,18). Sum of RGB (Red+Green+Blue) = 40+26+18=84 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.62% from 84); Green value is 26 (10.55% from 255 or 30.95% from 84); Blue value is 18 (7.42% from 255 or 21.43% from 84); Max value from RGB is 40 - color contains mainly: red. Hex color #281A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281A12 is #D7E5ED. Grayscale: #1D1D1D. Windows color (decimal): -14149102 or 1186344. OLE color: 1186344.
HSL color Cylindrical-coordinate representation of color #281A12: hue angle of 21.82º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #281A12 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 26 | 18 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.84 |
| HSL | 21.82º | 0.38% | 0.11% | - |
| HSV(B) | 21.82º | 0.55% | 0.16% | - |
| XYZ | 1.35 | 1.23 | 0.74 | - |
| YUV | 29.27 | 121.64 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 18 | 0 | 0.35 | 0.55 | 0.84 | 21.82 | 0.38 | 0.11 |
| Hex | 28 | 1A | 12 | 0 | 23 | 37 | 54 | 16 | 26 | B |
| Octal | 50 | 32 | 22 | 0 | 43 | 67 | 124 | 26 | 46 | 13 |
| Binary | 101000 | 11010 | 10010 | 0 | 100011 | 110111 | 1010100 | 10110 | 100110 | 1011 |
Color Harmonies of #281A12
Complementary color
Monochromatic Colors of #281A12
Black with #281A12
Text Example
Text Example
White with #281A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281A12; }
p { color: rgb(40,26,18); }
H1.HeaderClassName
{
color: #281A12;
}
.AnyTagClassName
{
color: #281A12;
}
</style>
background-color css
<style>
a { background-color: #281A12; }
a { background-color: rgb(40,26,18); }
div.DivClassName
{
background-color: #281A12;
}
.BgClassName
{
background-color: #281A12;
}
</style>
border-color css
<style>
span { border-color: #281A12; }
span { border-color: rgb(40,26,18); }
td.TdClassName
{
border-color: #281A12;
}
.TagClassName
{
border-color: #281A12;
}
</style>