Shades of Wood Bark #1C0E04
Tints of Wood Bark #1C0E04
RGB
CMYK
RGB Variations
Color information
#1C0E04 (or 0x1C0E04) is known color: Wood Bark. HEX triplet: 1C, 0E and 04. RGB value is (28,14,4). Sum of RGB (Red+Green+Blue) = 28+14+4=46 (6% of max value = 765). Red value is 28 (11.33% from 255 or 60.87% from 46); Green value is 14 (5.86% from 255 or 30.43% from 46); Blue value is 4 (1.95% from 255 or 8.70% from 46); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0E04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0E04 is #E3F1FB. Grayscale: #111111. Windows color (decimal): -14938620 or 265756. OLE color: 265756.
HSL color Cylindrical-coordinate representation of color #1C0E04: hue angle of 25º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C0E04 is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 14 | 4 | - |
| CMYK | 0 | 0.50 | 0.86 | 0.89 |
| HSL | 25º | 0.75% | 0.06% | - |
| HSV(B) | 25º | 0.86% | 0.11% | - |
| XYZ | 0.66 | 0.57 | 0.19 | - |
| YUV | 17.05 | 120.64 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 14 | 4 | 0 | 0.50 | 0.86 | 0.89 | 25 | 0.75 | 0.06 |
| Hex | 1C | E | 4 | 0 | 32 | 56 | 59 | 19 | 4B | 6 |
| Octal | 34 | 16 | 4 | 0 | 62 | 126 | 131 | 31 | 113 | 6 |
| Binary | 11100 | 1110 | 100 | 0 | 110010 | 1010110 | 1011001 | 11001 | 1001011 | 110 |
Color Harmonies of #1C0E04
Complementary color
Monochromatic Colors of #1C0E04
Black with #1C0E04
Text Example
Text Example
White with #1C0E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0E04; }
p { color: rgb(28,14,4); }
H1.HeaderClassName
{
color: #1C0E04;
}
.AnyTagClassName
{
color: #1C0E04;
}
</style>
background-color css
<style>
a { background-color: #1C0E04; }
a { background-color: rgb(28,14,4); }
div.DivClassName
{
background-color: #1C0E04;
}
.BgClassName
{
background-color: #1C0E04;
}
</style>
border-color css
<style>
span { border-color: #1C0E04; }
span { border-color: rgb(28,14,4); }
td.TdClassName
{
border-color: #1C0E04;
}
.TagClassName
{
border-color: #1C0E04;
}
</style>