Shades of Wood Bark #1C0F07
Tints of Wood Bark #1C0F07
RGB
CMYK
RGB Variations
Color information
#1C0F07 (or 0x1C0F07) is known color: Wood Bark. HEX triplet: 1C, 0F and 07. RGB value is (28,15,7). Sum of RGB (Red+Green+Blue) = 28+15+7=50 (6% of max value = 765). Red value is 28 (11.33% from 255 or 56% from 50); Green value is 15 (6.25% from 255 or 30% from 50); Blue value is 7 (3.12% from 255 or 14% from 50); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0F07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0F07 is #E3F0F8. Grayscale: #121212. Windows color (decimal): -14938361 or 462620. OLE color: 462620.
HSL color Cylindrical-coordinate representation of color #1C0F07: hue angle of 22.86º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C0F07 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 15 | 7 | - |
| CMYK | 0 | 0.46 | 0.75 | 0.89 |
| HSL | 22.86º | 0.6% | 0.07% | - |
| HSV(B) | 22.86º | 0.75% | 0.11% | - |
| XYZ | 0.69 | 0.6 | 0.28 | - |
| YUV | 17.98 | 121.81 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 15 | 7 | 0 | 0.46 | 0.75 | 0.89 | 22.86 | 0.6 | 0.07 |
| Hex | 1C | F | 7 | 0 | 2E | 4B | 59 | 17 | 3C | 7 |
| Octal | 34 | 17 | 7 | 0 | 56 | 113 | 131 | 27 | 74 | 7 |
| Binary | 11100 | 1111 | 111 | 0 | 101110 | 1001011 | 1011001 | 10111 | 111100 | 111 |
Color Harmonies of #1C0F07
Complementary color
Monochromatic Colors of #1C0F07
Black with #1C0F07
Text Example
Text Example
White with #1C0F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0F07; }
p { color: rgb(28,15,7); }
H1.HeaderClassName
{
color: #1C0F07;
}
.AnyTagClassName
{
color: #1C0F07;
}
</style>
background-color css
<style>
a { background-color: #1C0F07; }
a { background-color: rgb(28,15,7); }
div.DivClassName
{
background-color: #1C0F07;
}
.BgClassName
{
background-color: #1C0F07;
}
</style>
border-color css
<style>
span { border-color: #1C0F07; }
span { border-color: rgb(28,15,7); }
td.TdClassName
{
border-color: #1C0F07;
}
.TagClassName
{
border-color: #1C0F07;
}
</style>