Shades of Wood Bark #281A13
Tints of Wood Bark #281A13
RGB
CMYK
RGB Variations
Color information
#281A13 (or 0x281A13) is known color: Wood Bark. HEX triplet: 28, 1A and 13. RGB value is (40,26,19). Sum of RGB (Red+Green+Blue) = 40+26+19=85 (11% of max value = 765). Red value is 40 (16.02% from 255 or 47.06% from 85); Green value is 26 (10.55% from 255 or 30.59% from 85); Blue value is 19 (7.81% from 255 or 22.35% from 85); Max value from RGB is 40 - color contains mainly: red. Hex color #281A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281A13 is #D7E5EC. Grayscale: #1D1D1D. Windows color (decimal): -14149101 or 1251880. OLE color: 1251880.
HSL color Cylindrical-coordinate representation of color #281A13: hue angle of 20º degrees, saturation: 0.36, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #281A13 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 26 | 19 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.84 |
| HSL | 20º | 0.36% | 0.12% | - |
| HSV(B) | 20º | 0.53% | 0.16% | - |
| XYZ | 1.36 | 1.24 | 0.78 | - |
| YUV | 29.39 | 122.14 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 19 | 0 | 0.35 | 0.52 | 0.84 | 20 | 0.36 | 0.12 |
| Hex | 28 | 1A | 13 | 0 | 23 | 34 | 54 | 14 | 24 | C |
| Octal | 50 | 32 | 23 | 0 | 43 | 64 | 124 | 24 | 44 | 14 |
| Binary | 101000 | 11010 | 10011 | 0 | 100011 | 110100 | 1010100 | 10100 | 100100 | 1100 |
Color Harmonies of #281A13
Complementary color
Monochromatic Colors of #281A13
Black with #281A13
Text Example
Text Example
White with #281A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281A13; }
p { color: rgb(40,26,19); }
H1.HeaderClassName
{
color: #281A13;
}
.AnyTagClassName
{
color: #281A13;
}
</style>
background-color css
<style>
a { background-color: #281A13; }
a { background-color: rgb(40,26,19); }
div.DivClassName
{
background-color: #281A13;
}
.BgClassName
{
background-color: #281A13;
}
</style>
border-color css
<style>
span { border-color: #281A13; }
span { border-color: rgb(40,26,19); }
td.TdClassName
{
border-color: #281A13;
}
.TagClassName
{
border-color: #281A13;
}
</style>