Shades of Wood Bark #26170C
Tints of Wood Bark #26170C
RGB
CMYK
RGB Variations
Color information
#26170C (or 0x26170C) is known color: Wood Bark. HEX triplet: 26, 17 and 0C. RGB value is (38,23,12). Sum of RGB (Red+Green+Blue) = 38+23+12=73 (9% of max value = 765). Red value is 38 (15.23% from 255 or 52.05% from 73); Green value is 23 (9.38% from 255 or 31.51% from 73); Blue value is 12 (5.08% from 255 or 16.44% from 73); Max value from RGB is 38 - color contains mainly: red. Hex color #26170C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #26170C is #D9E8F3. Grayscale: #1A1A1A. Windows color (decimal): -14280948 or 792358. OLE color: 792358.
HSL color Cylindrical-coordinate representation of color #26170C: hue angle of 25.38º 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 #26170C is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 23 | 12 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.85 |
| HSL | 25.38º | 0.52% | 0.1% | - |
| HSV(B) | 25.38º | 0.68% | 0.15% | - |
| XYZ | 1.17 | 1.05 | 0.49 | - |
| YUV | 26.23 | 119.97 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 23 | 12 | 0 | 0.39 | 0.68 | 0.85 | 25.38 | 0.52 | 0.1 |
| Hex | 26 | 17 | C | 0 | 27 | 44 | 55 | 19 | 34 | A |
| Octal | 46 | 27 | 14 | 0 | 47 | 104 | 125 | 31 | 64 | 12 |
| Binary | 100110 | 10111 | 1100 | 0 | 100111 | 1000100 | 1010101 | 11001 | 110100 | 1010 |
Color Harmonies of #26170C
Complementary color
Monochromatic Colors of #26170C
Black with #26170C
Text Example
Text Example
White with #26170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26170C; }
p { color: rgb(38,23,12); }
H1.HeaderClassName
{
color: #26170C;
}
.AnyTagClassName
{
color: #26170C;
}
</style>
background-color css
<style>
a { background-color: #26170C; }
a { background-color: rgb(38,23,12); }
div.DivClassName
{
background-color: #26170C;
}
.BgClassName
{
background-color: #26170C;
}
</style>
border-color css
<style>
span { border-color: #26170C; }
span { border-color: rgb(38,23,12); }
td.TdClassName
{
border-color: #26170C;
}
.TagClassName
{
border-color: #26170C;
}
</style>