Shades of Wood Bark #2D1C14
Tints of Wood Bark #2D1C14
RGB
CMYK
RGB Variations
Color information
#2D1C14 (or 0x2D1C14) is known color: Wood Bark. HEX triplet: 2D, 1C and 14. RGB value is (45,28,20). Sum of RGB (Red+Green+Blue) = 45+28+20=93 (12% of max value = 765). Red value is 45 (17.97% from 255 or 48.39% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D1C14 is #D2E3EB. Grayscale: #202020. Windows color (decimal): -13820908 or 1317933. OLE color: 1317933.
HSL color Cylindrical-coordinate representation of color #2D1C14: hue angle of 19.2º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D1C14 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 28 | 20 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.82 |
| HSL | 19.2º | 0.38% | 0.13% | - |
| HSV(B) | 19.2º | 0.56% | 0.18% | - |
| XYZ | 1.62 | 1.44 | 0.85 | - |
| YUV | 32.17 | 121.13 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 28 | 20 | 0 | 0.38 | 0.56 | 0.82 | 19.2 | 0.38 | 0.13 |
| Hex | 2D | 1C | 14 | 0 | 26 | 38 | 52 | 13 | 26 | D |
| Octal | 55 | 34 | 24 | 0 | 46 | 70 | 122 | 23 | 46 | 15 |
| Binary | 101101 | 11100 | 10100 | 0 | 100110 | 111000 | 1010010 | 10011 | 100110 | 1101 |
Color Harmonies of #2D1C14
Complementary color
Monochromatic Colors of #2D1C14
Black with #2D1C14
Text Example
Text Example
White with #2D1C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1C14; }
p { color: rgb(45,28,20); }
H1.HeaderClassName
{
color: #2D1C14;
}
.AnyTagClassName
{
color: #2D1C14;
}
</style>
background-color css
<style>
a { background-color: #2D1C14; }
a { background-color: rgb(45,28,20); }
div.DivClassName
{
background-color: #2D1C14;
}
.BgClassName
{
background-color: #2D1C14;
}
</style>
border-color css
<style>
span { border-color: #2D1C14; }
span { border-color: rgb(45,28,20); }
td.TdClassName
{
border-color: #2D1C14;
}
.TagClassName
{
border-color: #2D1C14;
}
</style>