Shades of Wood Bark #28170E
Tints of Wood Bark #28170E
RGB
CMYK
RGB Variations
Color information
#28170E (or 0x28170E) is known color: Wood Bark. HEX triplet: 28, 17 and 0E. RGB value is (40,23,14). Sum of RGB (Red+Green+Blue) = 40+23+14=77 (10% of max value = 765). Red value is 40 (16.02% from 255 or 51.95% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 14 (5.86% from 255 or 18.18% from 77); Max value from RGB is 40 - color contains mainly: red. Hex color #28170E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #28170E is #D7E8F1. Grayscale: #1B1B1B. Windows color (decimal): -14149874 or 923432. OLE color: 923432.
HSL color Cylindrical-coordinate representation of color #28170E: hue angle of 20.77º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #28170E is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 23 | 14 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.84 |
| HSL | 20.77º | 0.48% | 0.11% | - |
| HSV(B) | 20.77º | 0.65% | 0.16% | - |
| XYZ | 1.26 | 1.1 | 0.56 | - |
| YUV | 27.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 23 | 14 | 0 | 0.43 | 0.65 | 0.84 | 20.77 | 0.48 | 0.11 |
| Hex | 28 | 17 | E | 0 | 2B | 41 | 54 | 15 | 30 | B |
| Octal | 50 | 27 | 16 | 0 | 53 | 101 | 124 | 25 | 60 | 13 |
| Binary | 101000 | 10111 | 1110 | 0 | 101011 | 1000001 | 1010100 | 10101 | 110000 | 1011 |
Color Harmonies of #28170E
Complementary color
Monochromatic Colors of #28170E
Black with #28170E
Text Example
Text Example
White with #28170E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28170E; }
p { color: rgb(40,23,14); }
H1.HeaderClassName
{
color: #28170E;
}
.AnyTagClassName
{
color: #28170E;
}
</style>
background-color css
<style>
a { background-color: #28170E; }
a { background-color: rgb(40,23,14); }
div.DivClassName
{
background-color: #28170E;
}
.BgClassName
{
background-color: #28170E;
}
</style>
border-color css
<style>
span { border-color: #28170E; }
span { border-color: rgb(40,23,14); }
td.TdClassName
{
border-color: #28170E;
}
.TagClassName
{
border-color: #28170E;
}
</style>