Shades of Wood Bark #261B18
Tints of Wood Bark #261B18
RGB
CMYK
RGB Variations
Color information
#261B18 (or 0x261B18) is known color: Wood Bark. HEX triplet: 26, 1B and 18. RGB value is (38,27,24). Sum of RGB (Red+Green+Blue) = 38+27+24=89 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.70% from 89); Green value is 27 (10.94% from 255 or 30.34% from 89); Blue value is 24 (9.77% from 255 or 26.97% from 89); Max value from RGB is 38 - color contains mainly: red. Hex color #261B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261B18 is #D9E4E7. Grayscale: #1D1D1D. Windows color (decimal): -14279912 or 1579814. OLE color: 1579814.
HSL color Cylindrical-coordinate representation of color #261B18: hue angle of 12.86º degrees, saturation: 0.23, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #261B18 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 27 | 24 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.85 |
| HSL | 12.86º | 0.23% | 0.12% | - |
| HSV(B) | 12.86º | 0.37% | 0.15% | - |
| XYZ | 1.36 | 1.26 | 1.04 | - |
| YUV | 29.95 | 124.64 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 27 | 24 | 0 | 0.29 | 0.37 | 0.85 | 12.86 | 0.23 | 0.12 |
| Hex | 26 | 1B | 18 | 0 | 1D | 25 | 55 | D | 17 | C |
| Octal | 46 | 33 | 30 | 0 | 35 | 45 | 125 | 15 | 27 | 14 |
| Binary | 100110 | 11011 | 11000 | 0 | 11101 | 100101 | 1010101 | 1101 | 10111 | 1100 |
Color Harmonies of #261B18
Complementary color
Monochromatic Colors of #261B18
Black with #261B18
Text Example
Text Example
White with #261B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261B18; }
p { color: rgb(38,27,24); }
H1.HeaderClassName
{
color: #261B18;
}
.AnyTagClassName
{
color: #261B18;
}
</style>
background-color css
<style>
a { background-color: #261B18; }
a { background-color: rgb(38,27,24); }
div.DivClassName
{
background-color: #261B18;
}
.BgClassName
{
background-color: #261B18;
}
</style>
border-color css
<style>
span { border-color: #261B18; }
span { border-color: rgb(38,27,24); }
td.TdClassName
{
border-color: #261B18;
}
.TagClassName
{
border-color: #261B18;
}
</style>