Shades of Wood Bark #2C1C17
Tints of Wood Bark #2C1C17
RGB
CMYK
RGB Variations
Color information
#2C1C17 (or 0x2C1C17) is known color: Wood Bark. HEX triplet: 2C, 1C and 17. RGB value is (44,28,23). Sum of RGB (Red+Green+Blue) = 44+28+23=95 (12% of max value = 765). Red value is 44 (17.58% from 255 or 46.32% from 95); Green value is 28 (11.33% from 255 or 29.47% from 95); Blue value is 23 (9.38% from 255 or 24.21% from 95); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C1C17 is #D3E3E8. Grayscale: #202020. Windows color (decimal): -13886441 or 1514540. OLE color: 1514540.
HSL color Cylindrical-coordinate representation of color #2C1C17: hue angle of 14.29º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2C1C17 is Cyan = 0, Magento = 0.36, Yellow = 0.48 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 28 | 23 | - |
| CMYK | 0 | 0.36 | 0.48 | 0.83 |
| HSL | 14.29º | 0.31% | 0.13% | - |
| HSV(B) | 14.29º | 0.48% | 0.17% | - |
| XYZ | 1.61 | 1.43 | 1 | - |
| YUV | 32.21 | 122.8 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 28 | 23 | 0 | 0.36 | 0.48 | 0.83 | 14.29 | 0.31 | 0.13 |
| Hex | 2C | 1C | 17 | 0 | 24 | 30 | 53 | E | 1F | D |
| Octal | 54 | 34 | 27 | 0 | 44 | 60 | 123 | 16 | 37 | 15 |
| Binary | 101100 | 11100 | 10111 | 0 | 100100 | 110000 | 1010011 | 1110 | 11111 | 1101 |
Color Harmonies of #2C1C17
Complementary color
Monochromatic Colors of #2C1C17
Black with #2C1C17
Text Example
Text Example
White with #2C1C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1C17; }
p { color: rgb(44,28,23); }
H1.HeaderClassName
{
color: #2C1C17;
}
.AnyTagClassName
{
color: #2C1C17;
}
</style>
background-color css
<style>
a { background-color: #2C1C17; }
a { background-color: rgb(44,28,23); }
div.DivClassName
{
background-color: #2C1C17;
}
.BgClassName
{
background-color: #2C1C17;
}
</style>
border-color css
<style>
span { border-color: #2C1C17; }
span { border-color: rgb(44,28,23); }
td.TdClassName
{
border-color: #2C1C17;
}
.TagClassName
{
border-color: #2C1C17;
}
</style>