Shades of Wood Bark #26150C
Tints of Wood Bark #26150C
RGB
CMYK
RGB Variations
Color information
#26150C (or 0x26150C) is known color: Wood Bark. HEX triplet: 26, 15 and 0C. RGB value is (38,21,12). Sum of RGB (Red+Green+Blue) = 38+21+12=71 (9% of max value = 765). Red value is 38 (15.23% from 255 or 53.52% from 71); Green value is 21 (8.59% from 255 or 29.58% from 71); Blue value is 12 (5.08% from 255 or 16.90% from 71); Max value from RGB is 38 - color contains mainly: red. Hex color #26150C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26150C is #D9EAF3. Grayscale: #191919. Windows color (decimal): -14281460 or 791846. OLE color: 791846.
HSL color Cylindrical-coordinate representation of color #26150C: hue angle of 20.77º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #26150C is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 21 | 12 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.85 |
| HSL | 20.77º | 0.52% | 0.1% | - |
| HSV(B) | 20.77º | 0.68% | 0.15% | - |
| XYZ | 1.13 | 0.97 | 0.48 | - |
| YUV | 25.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 21 | 12 | 0 | 0.45 | 0.68 | 0.85 | 20.77 | 0.52 | 0.1 |
| Hex | 26 | 15 | C | 0 | 2D | 44 | 55 | 15 | 34 | A |
| Octal | 46 | 25 | 14 | 0 | 55 | 104 | 125 | 25 | 64 | 12 |
| Binary | 100110 | 10101 | 1100 | 0 | 101101 | 1000100 | 1010101 | 10101 | 110100 | 1010 |
Color Harmonies of #26150C
Complementary color
Monochromatic Colors of #26150C
Black with #26150C
Text Example
Text Example
White with #26150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26150C; }
p { color: rgb(38,21,12); }
H1.HeaderClassName
{
color: #26150C;
}
.AnyTagClassName
{
color: #26150C;
}
</style>
background-color css
<style>
a { background-color: #26150C; }
a { background-color: rgb(38,21,12); }
div.DivClassName
{
background-color: #26150C;
}
.BgClassName
{
background-color: #26150C;
}
</style>
border-color css
<style>
span { border-color: #26150C; }
span { border-color: rgb(38,21,12); }
td.TdClassName
{
border-color: #26150C;
}
.TagClassName
{
border-color: #26150C;
}
</style>