Shades of Wood Bark #261B17
Tints of Wood Bark #261B17
RGB
CMYK
RGB Variations
Color information
#261B17 (or 0x261B17) is known color: Wood Bark. HEX triplet: 26, 1B and 17. RGB value is (38,27,23). Sum of RGB (Red+Green+Blue) = 38+27+23=88 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.18% from 88); Green value is 27 (10.94% from 255 or 30.68% from 88); Blue value is 23 (9.38% from 255 or 26.14% from 88); Max value from RGB is 38 - color contains mainly: red. Hex color #261B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261B17 is #D9E4E8. Grayscale: #1D1D1D. Windows color (decimal): -14279913 or 1514278. OLE color: 1514278.
HSL color Cylindrical-coordinate representation of color #261B17: hue angle of 16º degrees, saturation: 0.25, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #261B17 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 27 | 23 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.85 |
| HSL | 16º | 0.25% | 0.12% | - |
| HSV(B) | 16º | 0.39% | 0.15% | - |
| XYZ | 1.35 | 1.26 | 0.98 | - |
| YUV | 29.83 | 124.14 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 27 | 23 | 0 | 0.29 | 0.39 | 0.85 | 16 | 0.25 | 0.12 |
| Hex | 26 | 1B | 17 | 0 | 1D | 27 | 55 | 10 | 19 | C |
| Octal | 46 | 33 | 27 | 0 | 35 | 47 | 125 | 20 | 31 | 14 |
| Binary | 100110 | 11011 | 10111 | 0 | 11101 | 100111 | 1010101 | 10000 | 11001 | 1100 |
Color Harmonies of #261B17
Complementary color
Monochromatic Colors of #261B17
Black with #261B17
Text Example
Text Example
White with #261B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261B17; }
p { color: rgb(38,27,23); }
H1.HeaderClassName
{
color: #261B17;
}
.AnyTagClassName
{
color: #261B17;
}
</style>
background-color css
<style>
a { background-color: #261B17; }
a { background-color: rgb(38,27,23); }
div.DivClassName
{
background-color: #261B17;
}
.BgClassName
{
background-color: #261B17;
}
</style>
border-color css
<style>
span { border-color: #261B17; }
span { border-color: rgb(38,27,23); }
td.TdClassName
{
border-color: #261B17;
}
.TagClassName
{
border-color: #261B17;
}
</style>