#1C0F04

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

Shades of Wood Bark #1C0F04

Tints of Wood Bark #1C0F04

Color information

#1C0F04 (or 0x1C0F04) is unknown color: approx Wood Bark. HEX triplet: 1C, 0F and 04. RGB value is (28,15,4). Sum of RGB (Red+Green+Blue) = 28+15+4=47 (6% of max value = 765). Red value is 28 (11.33% from 255 or 59.57% from 47); Green value is 15 (6.25% from 255 or 31.91% from 47); Blue value is 4 (1.95% from 255 or 8.51% from 47); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0F04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0F04 is #E3F0FB. Grayscale: #111111. Windows color (decimal): -14938364 or 266012. OLE color: 266012.

HSL color Cylindrical-coordinate representation of color #1C0F04: hue angle of 27.5º 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 #1C0F04 is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.89.

Color convert

RGB28154-
CMYK00.460.860.89
HSL27.5º75%6.27%-
HSV(B)27.5º85.71%10.98%-
XYZ0.670.60.19-
YUV17.63120.31135.39-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 59.57%
GREEN value IS 15 (6.25% from 255) = 31.91%
BLUE value IS 4 (1.95% from 255) = 8.51%
R=59.57%
G=31.91%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.86
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2815400.460.860.8927.5756.27
Hex1CF402E56591c4b6
Octal34174056126131341136
Binary111001111100010111010101101011001111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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