Shades of Wood Bark #261B13
Tints of Wood Bark #261B13
RGB
CMYK
RGB Variations
Color information
#261B13 (or 0x261B13) is known color: Wood Bark. HEX triplet: 26, 1B and 13. RGB value is (38,27,19). Sum of RGB (Red+Green+Blue) = 38+27+19=84 (11% of max value = 765). Red value is 38 (15.23% from 255 or 45.24% from 84); Green value is 27 (10.94% from 255 or 32.14% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 38 - color contains mainly: red. Hex color #261B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261B13 is #D9E4EC. Grayscale: #1D1D1D. Windows color (decimal): -14279917 or 1252134. OLE color: 1252134.
HSL color Cylindrical-coordinate representation of color #261B13: hue angle of 25.26º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #261B13 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 27 | 19 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.85 |
| HSL | 25.26º | 0.33% | 0.11% | - |
| HSV(B) | 25.26º | 0.5% | 0.15% | - |
| XYZ | 1.31 | 1.24 | 0.79 | - |
| YUV | 29.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 27 | 19 | 0 | 0.29 | 0.50 | 0.85 | 25.26 | 0.33 | 0.11 |
| Hex | 26 | 1B | 13 | 0 | 1D | 32 | 55 | 19 | 21 | B |
| Octal | 46 | 33 | 23 | 0 | 35 | 62 | 125 | 31 | 41 | 13 |
| Binary | 100110 | 11011 | 10011 | 0 | 11101 | 110010 | 1010101 | 11001 | 100001 | 1011 |
Color Harmonies of #261B13
Complementary color
Monochromatic Colors of #261B13
Black with #261B13
Text Example
Text Example
White with #261B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261B13; }
p { color: rgb(38,27,19); }
H1.HeaderClassName
{
color: #261B13;
}
.AnyTagClassName
{
color: #261B13;
}
</style>
background-color css
<style>
a { background-color: #261B13; }
a { background-color: rgb(38,27,19); }
div.DivClassName
{
background-color: #261B13;
}
.BgClassName
{
background-color: #261B13;
}
</style>
border-color css
<style>
span { border-color: #261B13; }
span { border-color: rgb(38,27,19); }
td.TdClassName
{
border-color: #261B13;
}
.TagClassName
{
border-color: #261B13;
}
</style>