Shades of Wood Bark #28160A
Tints of Wood Bark #28160A
RGB
CMYK
RGB Variations
Color information
#28160A (or 0x28160A) is known color: Wood Bark. HEX triplet: 28, 16 and 0A. RGB value is (40,22,10). Sum of RGB (Red+Green+Blue) = 40+22+10=72 (9% of max value = 765). Red value is 40 (16.02% from 255 or 55.56% from 72); Green value is 22 (8.98% from 255 or 30.56% from 72); Blue value is 10 (4.30% from 255 or 13.89% from 72); Max value from RGB is 40 - color contains mainly: red. Hex color #28160A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28160A is #D7E9F5. Grayscale: #1A1A1A. Windows color (decimal): -14150134 or 661032. OLE color: 661032.
HSL color Cylindrical-coordinate representation of color #28160A: hue angle of 24º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28160A is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 22 | 10 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.84 |
| HSL | 24º | 0.6% | 0.1% | - |
| HSV(B) | 24º | 0.75% | 0.16% | - |
| XYZ | 1.22 | 1.05 | 0.43 | - |
| YUV | 26.01 | 118.96 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 22 | 10 | 0 | 0.45 | 0.75 | 0.84 | 24 | 0.6 | 0.1 |
| Hex | 28 | 16 | A | 0 | 2D | 4B | 54 | 18 | 3C | A |
| Octal | 50 | 26 | 12 | 0 | 55 | 113 | 124 | 30 | 74 | 12 |
| Binary | 101000 | 10110 | 1010 | 0 | 101101 | 1001011 | 1010100 | 11000 | 111100 | 1010 |
Color Harmonies of #28160A
Complementary color
Monochromatic Colors of #28160A
Black with #28160A
Text Example
Text Example
White with #28160A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28160A; }
p { color: rgb(40,22,10); }
H1.HeaderClassName
{
color: #28160A;
}
.AnyTagClassName
{
color: #28160A;
}
</style>
background-color css
<style>
a { background-color: #28160A; }
a { background-color: rgb(40,22,10); }
div.DivClassName
{
background-color: #28160A;
}
.BgClassName
{
background-color: #28160A;
}
</style>
border-color css
<style>
span { border-color: #28160A; }
span { border-color: rgb(40,22,10); }
td.TdClassName
{
border-color: #28160A;
}
.TagClassName
{
border-color: #28160A;
}
</style>