Shades of Wood Bark #2C1D13
Tints of Wood Bark #2C1D13
RGB
CMYK
RGB Variations
Color information
#2C1D13 (or 0x2C1D13) is known color: Wood Bark. HEX triplet: 2C, 1D and 13. RGB value is (44,29,19). Sum of RGB (Red+Green+Blue) = 44+29+19=92 (12% of max value = 765). Red value is 44 (17.58% from 255 or 47.83% from 92); Green value is 29 (11.72% from 255 or 31.52% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C1D13 is #D3E2EC. Grayscale: #202020. Windows color (decimal): -13886189 or 1252652. OLE color: 1252652.
HSL color Cylindrical-coordinate representation of color #2C1D13: hue angle of 24º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C1D13 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 29 | 19 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.83 |
| HSL | 24º | 0.4% | 0.12% | - |
| HSV(B) | 24º | 0.57% | 0.17% | - |
| XYZ | 1.6 | 1.46 | 0.81 | - |
| YUV | 32.35 | 120.47 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 29 | 19 | 0 | 0.34 | 0.57 | 0.83 | 24 | 0.4 | 0.12 |
| Hex | 2C | 1D | 13 | 0 | 22 | 39 | 53 | 18 | 28 | C |
| Octal | 54 | 35 | 23 | 0 | 42 | 71 | 123 | 30 | 50 | 14 |
| Binary | 101100 | 11101 | 10011 | 0 | 100010 | 111001 | 1010011 | 11000 | 101000 | 1100 |
Color Harmonies of #2C1D13
Complementary color
Monochromatic Colors of #2C1D13
Black with #2C1D13
Text Example
Text Example
White with #2C1D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1D13; }
p { color: rgb(44,29,19); }
H1.HeaderClassName
{
color: #2C1D13;
}
.AnyTagClassName
{
color: #2C1D13;
}
</style>
background-color css
<style>
a { background-color: #2C1D13; }
a { background-color: rgb(44,29,19); }
div.DivClassName
{
background-color: #2C1D13;
}
.BgClassName
{
background-color: #2C1D13;
}
</style>
border-color css
<style>
span { border-color: #2C1D13; }
span { border-color: rgb(44,29,19); }
td.TdClassName
{
border-color: #2C1D13;
}
.TagClassName
{
border-color: #2C1D13;
}
</style>