Shades of Wood Bark #261E1C
Tints of Wood Bark #261E1C
RGB
CMYK
RGB Variations
Color information
#261E1C (or 0x261E1C) is known color: Wood Bark. HEX triplet: 26, 1E and 1C. RGB value is (38,30,28). Sum of RGB (Red+Green+Blue) = 38+30+28=96 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.58% from 96); Green value is 30 (12.11% from 255 or 31.25% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 38 - color contains mainly: red. Hex color #261E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261E1C is #D9E1E3. Grayscale: #202020. Windows color (decimal): -14279140 or 1842726. OLE color: 1842726.
HSL color Cylindrical-coordinate representation of color #261E1C: hue angle of 12º degrees, saturation: 0.15, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #261E1C is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 30 | 28 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.85 |
| HSL | 12º | 0.15% | 0.13% | - |
| HSV(B) | 12º | 0.26% | 0.15% | - |
| XYZ | 1.47 | 1.42 | 1.3 | - |
| YUV | 32.16 | 125.65 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 30 | 28 | 0 | 0.21 | 0.26 | 0.85 | 12 | 0.15 | 0.13 |
| Hex | 26 | 1E | 1C | 0 | 15 | 1A | 55 | C | F | D |
| Octal | 46 | 36 | 34 | 0 | 25 | 32 | 125 | 14 | 17 | 15 |
| Binary | 100110 | 11110 | 11100 | 0 | 10101 | 11010 | 1010101 | 1100 | 1111 | 1101 |
Color Harmonies of #261E1C
Complementary color
Monochromatic Colors of #261E1C
Black with #261E1C
Text Example
Text Example
White with #261E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261E1C; }
p { color: rgb(38,30,28); }
H1.HeaderClassName
{
color: #261E1C;
}
.AnyTagClassName
{
color: #261E1C;
}
</style>
background-color css
<style>
a { background-color: #261E1C; }
a { background-color: rgb(38,30,28); }
div.DivClassName
{
background-color: #261E1C;
}
.BgClassName
{
background-color: #261E1C;
}
</style>
border-color css
<style>
span { border-color: #261E1C; }
span { border-color: rgb(38,30,28); }
td.TdClassName
{
border-color: #261E1C;
}
.TagClassName
{
border-color: #261E1C;
}
</style>