#200E01

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

Shades of Wood Bark #200E01

Tints of Wood Bark #200E01

Color information

#200E01 (or 0x200E01) is unknown color: approx Wood Bark. HEX triplet: 20, 0E and 01. RGB value is (32,14,1). Sum of RGB (Red+Green+Blue) = 32+14+1=47 (6% of max value = 765). Red value is 32 (12.89% from 255 or 68.09% from 47); Green value is 14 (5.86% from 255 or 29.79% from 47); Blue value is 1 (0.78% from 255 or 2.13% from 47); Max value from RGB is 32 - color contains mainly: red. Hex color #200E01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200E01 is #DFF1FE. Grayscale: #111111. Windows color (decimal): -14676479 or 69152. OLE color: 69152.

HSL color Cylindrical-coordinate representation of color #200E01: hue angle of 25.16º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #200E01 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB32141-
CMYK00.560.970.87
HSL25.16º93.94%6.47%-
HSV(B)25.16º96.88%12.55%-
XYZ0.760.620.11-
YUV17.9118.46138.06-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 68.09%
GREEN value IS 14 (5.86% from 255) = 29.79%
BLUE value IS 1 (0.78% from 255) = 2.13%
R=68.09%
G=29.79%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3214100.560.970.8725.1693.946.47
Hex20E10386157195e6
Octal40161070141127311366
Binary10000011101011100011000011010111110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,14,1); }

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

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

 a { background-color: rgb(32,14,1); }

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

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

 span { border-color: rgb(32,14,1); }

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