Shades of Wood Bark #261A13
Tints of Wood Bark #261A13
RGB
CMYK
RGB Variations
Color information
#261A13 (or 0x261A13) is known color: Wood Bark. HEX triplet: 26, 1A and 13. RGB value is (38,26,19). Sum of RGB (Red+Green+Blue) = 38+26+19=83 (10% of max value = 765). Red value is 38 (15.23% from 255 or 45.78% from 83); Green value is 26 (10.55% from 255 or 31.33% from 83); Blue value is 19 (7.81% from 255 or 22.89% from 83); Max value from RGB is 38 - color contains mainly: red. Hex color #261A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261A13 is #D9E5EC. Grayscale: #1C1C1C. Windows color (decimal): -14280173 or 1251878. OLE color: 1251878.
HSL color Cylindrical-coordinate representation of color #261A13: hue angle of 22.11º 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 #261A13 is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 26 | 19 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.85 |
| HSL | 22.11º | 0.33% | 0.11% | - |
| HSV(B) | 22.11º | 0.5% | 0.15% | - |
| XYZ | 1.29 | 1.2 | 0.78 | - |
| YUV | 28.79 | 122.48 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 19 | 0 | 0.32 | 0.50 | 0.85 | 22.11 | 0.33 | 0.11 |
| Hex | 26 | 1A | 13 | 0 | 20 | 32 | 55 | 16 | 21 | B |
| Octal | 46 | 32 | 23 | 0 | 40 | 62 | 125 | 26 | 41 | 13 |
| Binary | 100110 | 11010 | 10011 | 0 | 100000 | 110010 | 1010101 | 10110 | 100001 | 1011 |
Color Harmonies of #261A13
Complementary color
Monochromatic Colors of #261A13
Black with #261A13
Text Example
Text Example
White with #261A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261A13; }
p { color: rgb(38,26,19); }
H1.HeaderClassName
{
color: #261A13;
}
.AnyTagClassName
{
color: #261A13;
}
</style>
background-color css
<style>
a { background-color: #261A13; }
a { background-color: rgb(38,26,19); }
div.DivClassName
{
background-color: #261A13;
}
.BgClassName
{
background-color: #261A13;
}
</style>
border-color css
<style>
span { border-color: #261A13; }
span { border-color: rgb(38,26,19); }
td.TdClassName
{
border-color: #261A13;
}
.TagClassName
{
border-color: #261A13;
}
</style>