Shades of Wood Bark #281D15
Tints of Wood Bark #281D15
RGB
CMYK
RGB Variations
Color information
#281D15 (or 0x281D15) is known color: Wood Bark. HEX triplet: 28, 1D and 15. RGB value is (40,29,21). Sum of RGB (Red+Green+Blue) = 40+29+21=90 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.44% from 90); Green value is 29 (11.72% from 255 or 32.22% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 40 - color contains mainly: red. Hex color #281D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #281D15 is #D7E2EA. Grayscale: #1F1F1F. Windows color (decimal): -14148331 or 1383720. OLE color: 1383720.
HSL color Cylindrical-coordinate representation of color #281D15: hue angle of 25.26º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #281D15 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 29 | 21 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.84 |
| HSL | 25.26º | 0.31% | 0.12% | - |
| HSV(B) | 25.26º | 0.48% | 0.16% | - |
| XYZ | 1.45 | 1.38 | 0.9 | - |
| YUV | 31.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 29 | 21 | 0 | 0.28 | 0.48 | 0.84 | 25.26 | 0.31 | 0.12 |
| Hex | 28 | 1D | 15 | 0 | 1C | 30 | 54 | 19 | 1F | C |
| Octal | 50 | 35 | 25 | 0 | 34 | 60 | 124 | 31 | 37 | 14 |
| Binary | 101000 | 11101 | 10101 | 0 | 11100 | 110000 | 1010100 | 11001 | 11111 | 1100 |
Color Harmonies of #281D15
Complementary color
Monochromatic Colors of #281D15
Black with #281D15
Text Example
Text Example
White with #281D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281D15; }
p { color: rgb(40,29,21); }
H1.HeaderClassName
{
color: #281D15;
}
.AnyTagClassName
{
color: #281D15;
}
</style>
background-color css
<style>
a { background-color: #281D15; }
a { background-color: rgb(40,29,21); }
div.DivClassName
{
background-color: #281D15;
}
.BgClassName
{
background-color: #281D15;
}
</style>
border-color css
<style>
span { border-color: #281D15; }
span { border-color: rgb(40,29,21); }
td.TdClassName
{
border-color: #281D15;
}
.TagClassName
{
border-color: #281D15;
}
</style>