Shades of Wood Bark #1C1410
Tints of Wood Bark #1C1410
RGB
CMYK
RGB Variations
Color information
#1C1410 (or 0x1C1410) is known color: Wood Bark. HEX triplet: 1C, 14 and 10. RGB value is (28,20,16). Sum of RGB (Red+Green+Blue) = 28+20+16=64 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.75% from 64); Green value is 20 (8.20% from 255 or 31.25% from 64); Blue value is 16 (6.64% from 255 or 25% from 64); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1410 is #E3EBEF. Grayscale: #151515. Windows color (decimal): -14937072 or 1053724. OLE color: 1053724.
HSL color Cylindrical-coordinate representation of color #1C1410: hue angle of 20º degrees, saturation: 0.27, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1C1410 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 20 | 16 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.89 |
| HSL | 20º | 0.27% | 0.09% | - |
| HSV(B) | 20º | 0.43% | 0.11% | - |
| XYZ | 0.82 | 0.78 | 0.6 | - |
| YUV | 21.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 20 | 16 | 0 | 0.29 | 0.43 | 0.89 | 20 | 0.27 | 0.09 |
| Hex | 1C | 14 | 10 | 0 | 1D | 2B | 59 | 14 | 1B | 9 |
| Octal | 34 | 24 | 20 | 0 | 35 | 53 | 131 | 24 | 33 | 11 |
| Binary | 11100 | 10100 | 10000 | 0 | 11101 | 101011 | 1011001 | 10100 | 11011 | 1001 |
Color Harmonies of #1C1410
Complementary color
Monochromatic Colors of #1C1410
Black with #1C1410
Text Example
Text Example
White with #1C1410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1410; }
p { color: rgb(28,20,16); }
H1.HeaderClassName
{
color: #1C1410;
}
.AnyTagClassName
{
color: #1C1410;
}
</style>
background-color css
<style>
a { background-color: #1C1410; }
a { background-color: rgb(28,20,16); }
div.DivClassName
{
background-color: #1C1410;
}
.BgClassName
{
background-color: #1C1410;
}
</style>
border-color css
<style>
span { border-color: #1C1410; }
span { border-color: rgb(28,20,16); }
td.TdClassName
{
border-color: #1C1410;
}
.TagClassName
{
border-color: #1C1410;
}
</style>