Shades of Wood Bark #281A11
Tints of Wood Bark #281A11
RGB
CMYK
RGB Variations
Color information
#281A11 (or 0x281A11) is known color: Wood Bark. HEX triplet: 28, 1A and 11. RGB value is (40,26,17). Sum of RGB (Red+Green+Blue) = 40+26+17=83 (10% of max value = 765). Red value is 40 (16.02% from 255 or 48.19% from 83); Green value is 26 (10.55% from 255 or 31.33% from 83); Blue value is 17 (7.03% from 255 or 20.48% from 83); Max value from RGB is 40 - color contains mainly: red. Hex color #281A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281A11 is #D7E5EE. Grayscale: #1D1D1D. Windows color (decimal): -14149103 or 1120808. OLE color: 1120808.
HSL color Cylindrical-coordinate representation of color #281A11: hue angle of 23.48º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #281A11 is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 26 | 17 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.84 |
| HSL | 23.48º | 0.4% | 0.11% | - |
| HSV(B) | 23.48º | 0.58% | 0.16% | - |
| XYZ | 1.35 | 1.23 | 0.7 | - |
| YUV | 29.16 | 121.14 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 17 | 0 | 0.35 | 0.57 | 0.84 | 23.48 | 0.4 | 0.11 |
| Hex | 28 | 1A | 11 | 0 | 23 | 39 | 54 | 17 | 28 | B |
| Octal | 50 | 32 | 21 | 0 | 43 | 71 | 124 | 27 | 50 | 13 |
| Binary | 101000 | 11010 | 10001 | 0 | 100011 | 111001 | 1010100 | 10111 | 101000 | 1011 |
Color Harmonies of #281A11
Complementary color
Monochromatic Colors of #281A11
Black with #281A11
Text Example
Text Example
White with #281A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281A11; }
p { color: rgb(40,26,17); }
H1.HeaderClassName
{
color: #281A11;
}
.AnyTagClassName
{
color: #281A11;
}
</style>
background-color css
<style>
a { background-color: #281A11; }
a { background-color: rgb(40,26,17); }
div.DivClassName
{
background-color: #281A11;
}
.BgClassName
{
background-color: #281A11;
}
</style>
border-color css
<style>
span { border-color: #281A11; }
span { border-color: rgb(40,26,17); }
td.TdClassName
{
border-color: #281A11;
}
.TagClassName
{
border-color: #281A11;
}
</style>