#201004

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

Shades of Wood Bark #201004

Tints of Wood Bark #201004

Color information

#201004 (or 0x201004) is unknown color: approx Wood Bark. HEX triplet: 20, 10 and 04. RGB value is (32,16,4). Sum of RGB (Red+Green+Blue) = 32+16+4=52 (6% of max value = 765). Red value is 32 (12.89% from 255 or 61.54% from 52); Green value is 16 (6.64% from 255 or 30.77% from 52); Blue value is 4 (1.95% from 255 or 7.69% from 52); Max value from RGB is 32 - color contains mainly: red. Hex color #201004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201004 is #DFEFFB. Grayscale: #131313. Windows color (decimal): -14675964 or 266272. OLE color: 266272.

HSL color Cylindrical-coordinate representation of color #201004: hue angle of 25.71º 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 #201004 is Cyan = 0, Magento = 0.5, Yellow = 0.87 and Black (K on CMYK) = 0.87.

Color convert

RGB32164-
CMYK00.50.870.87
HSL25.71º77.78%7.06%-
HSV(B)25.71º87.5%12.55%-
XYZ0.80.690.21-
YUV19.42119.3136.98-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 61.54%
GREEN value IS 16 (6.64% from 255) = 30.77%
BLUE value IS 4 (1.95% from 255) = 7.69%
R=61.54%
G=30.77%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.87
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3216400.50.870.8725.7177.787.06
Hex2010403257571a4e7
Octal40204062127127321167
Binary10000010000100011001010101111010111110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201004; }

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

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

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

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

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

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

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

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