#200F04

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

Shades of Wood Bark #200F04

Tints of Wood Bark #200F04

Color information

#200F04 (or 0x200F04) is unknown color: approx Wood Bark. HEX triplet: 20, 0F and 04. RGB value is (32,15,4). Sum of RGB (Red+Green+Blue) = 32+15+4=51 (6% of max value = 765). Red value is 32 (12.89% from 255 or 62.75% from 51); Green value is 15 (6.25% from 255 or 29.41% from 51); Blue value is 4 (1.95% from 255 or 7.84% from 51); Max value from RGB is 32 - color contains mainly: red. Hex color #200F04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200F04 is #DFF0FB. Grayscale: #121212. Windows color (decimal): -14676220 or 266016. OLE color: 266016.

HSL color Cylindrical-coordinate representation of color #200F04: hue angle of 23.57º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #200F04 is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.87.

Color convert

RGB32154-
CMYK00.530.870.87
HSL23.57º77.78%7.06%-
HSV(B)23.57º87.5%12.55%-
XYZ0.790.660.2-
YUV18.83119.63137.39-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 62.75%
GREEN value IS 15 (6.25% from 255) = 29.41%
BLUE value IS 4 (1.95% from 255) = 7.84%
R=62.75%
G=29.41%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.87
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3215400.530.870.8723.5777.787.06
Hex20F40355757184e7
Octal40174065127127301167
Binary1000001111100011010110101111010111110001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200F04; }

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

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

<style>
 a { background-color: #200F04; }

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

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

<style>
 span { border-color: #200F04; }

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

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