#1C0F06

Color #1C0F06 Wood Bark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wood Bark #1C0F06

Tints of Wood Bark #1C0F06

Color information

#1C0F06 (or 0x1C0F06) is unknown color: approx Wood Bark. HEX triplet: 1C, 0F and 06. RGB value is (28,15,6). Sum of RGB (Red+Green+Blue) = 28+15+6=49 (6% of max value = 765). Red value is 28 (11.33% from 255 or 57.14% from 49); Green value is 15 (6.25% from 255 or 30.61% from 49); Blue value is 6 (2.73% from 255 or 12.24% from 49); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0F06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0F06 is #E3F0F9. Grayscale: #111111. Windows color (decimal): -14938362 or 397084. OLE color: 397084.

HSL color Cylindrical-coordinate representation of color #1C0F06: hue angle of 24.55º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C0F06 is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.89.

Color convert

RGB28156-
CMYK00.460.790.89
HSL24.55º64.71%6.67%-
HSV(B)24.55º78.57%10.98%-
XYZ0.680.60.25-
YUV17.86121.31135.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 57.14%
GREEN value IS 15 (6.25% from 255) = 30.61%
BLUE value IS 6 (2.73% from 255) = 12.24%
R=57.14%
G=30.61%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.79
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2815600.460.790.8924.5564.716.67
Hex1CF602E4F5919417
Octal34176056117131311017
Binary111001111110010111010011111011001110011000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C0F06; }

 p { color: rgb(28,15,6); }

 H1.HeaderClassName
 {
   color: #1C0F06;
 }
 .AnyTagClassName
 {
   color: #1C0F06;
 }
</style>
background-color css

<style>
 a { background-color: #1C0F06; }

 a { background-color: rgb(28,15,6); }

 div.DivClassName
 {
   background-color: #1C0F06;
 }
 .BgClassName
 {
   background-color: #1C0F06;
 }
</style>
border-color css

<style>
 span { border-color: #1C0F06; }

 span { border-color: rgb(28,15,6); }

 td.TdClassName
 {
   border-color: #1C0F06;
 }
 .TagClassName
 {
   border-color: #1C0F06;
 }
</style>