Shades of Wood Bark #28160C
Tints of Wood Bark #28160C
RGB
CMYK
RGB Variations
Color information
#28160C (or 0x28160C) is known color: Wood Bark. HEX triplet: 28, 16 and 0C. RGB value is (40,22,12). Sum of RGB (Red+Green+Blue) = 40+22+12=74 (9% of max value = 765). Red value is 40 (16.02% from 255 or 54.05% from 74); Green value is 22 (8.98% from 255 or 29.73% from 74); Blue value is 12 (5.08% from 255 or 16.22% from 74); Max value from RGB is 40 - color contains mainly: red. Hex color #28160C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28160C is #D7E9F3. Grayscale: #1A1A1A. Windows color (decimal): -14150132 or 792104. OLE color: 792104.
HSL color Cylindrical-coordinate representation of color #28160C: hue angle of 21.43º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #28160C is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 22 | 12 | - |
| CMYK | 0 | 0.45 | 0.70 | 0.84 |
| HSL | 21.43º | 0.54% | 0.1% | - |
| HSV(B) | 21.43º | 0.7% | 0.16% | - |
| XYZ | 1.23 | 1.05 | 0.49 | - |
| YUV | 26.24 | 119.96 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 22 | 12 | 0 | 0.45 | 0.70 | 0.84 | 21.43 | 0.54 | 0.1 |
| Hex | 28 | 16 | C | 0 | 2D | 46 | 54 | 15 | 36 | A |
| Octal | 50 | 26 | 14 | 0 | 55 | 106 | 124 | 25 | 66 | 12 |
| Binary | 101000 | 10110 | 1100 | 0 | 101101 | 1000110 | 1010100 | 10101 | 110110 | 1010 |
Color Harmonies of #28160C
Complementary color
Monochromatic Colors of #28160C
Black with #28160C
Text Example
Text Example
White with #28160C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28160C; }
p { color: rgb(40,22,12); }
H1.HeaderClassName
{
color: #28160C;
}
.AnyTagClassName
{
color: #28160C;
}
</style>
background-color css
<style>
a { background-color: #28160C; }
a { background-color: rgb(40,22,12); }
div.DivClassName
{
background-color: #28160C;
}
.BgClassName
{
background-color: #28160C;
}
</style>
border-color css
<style>
span { border-color: #28160C; }
span { border-color: rgb(40,22,12); }
td.TdClassName
{
border-color: #28160C;
}
.TagClassName
{
border-color: #28160C;
}
</style>