Shades of Wood Bark #26170D
Tints of Wood Bark #26170D
RGB
CMYK
RGB Variations
Color information
#26170D (or 0x26170D) is known color: Wood Bark. HEX triplet: 26, 17 and 0D. RGB value is (38,23,13). Sum of RGB (Red+Green+Blue) = 38+23+13=74 (9% of max value = 765). Red value is 38 (15.23% from 255 or 51.35% from 74); Green value is 23 (9.38% from 255 or 31.08% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 38 - color contains mainly: red. Hex color #26170D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26170D is #D9E8F2. Grayscale: #1A1A1A. Windows color (decimal): -14280947 or 857894. OLE color: 857894.
HSL color Cylindrical-coordinate representation of color #26170D: hue angle of 24º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #26170D is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 23 | 13 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.85 |
| HSL | 24º | 0.49% | 0.1% | - |
| HSV(B) | 24º | 0.66% | 0.15% | - |
| XYZ | 1.18 | 1.05 | 0.52 | - |
| YUV | 26.35 | 120.47 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 23 | 13 | 0 | 0.39 | 0.66 | 0.85 | 24 | 0.49 | 0.1 |
| Hex | 26 | 17 | D | 0 | 27 | 42 | 55 | 18 | 31 | A |
| Octal | 46 | 27 | 15 | 0 | 47 | 102 | 125 | 30 | 61 | 12 |
| Binary | 100110 | 10111 | 1101 | 0 | 100111 | 1000010 | 1010101 | 11000 | 110001 | 1010 |
Color Harmonies of #26170D
Complementary color
Monochromatic Colors of #26170D
Black with #26170D
Text Example
Text Example
White with #26170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26170D; }
p { color: rgb(38,23,13); }
H1.HeaderClassName
{
color: #26170D;
}
.AnyTagClassName
{
color: #26170D;
}
</style>
background-color css
<style>
a { background-color: #26170D; }
a { background-color: rgb(38,23,13); }
div.DivClassName
{
background-color: #26170D;
}
.BgClassName
{
background-color: #26170D;
}
</style>
border-color css
<style>
span { border-color: #26170D; }
span { border-color: rgb(38,23,13); }
td.TdClassName
{
border-color: #26170D;
}
.TagClassName
{
border-color: #26170D;
}
</style>