#201209

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

Shades of Wood Bark #201209

Tints of Wood Bark #201209

Color information

#201209 (or 0x201209) is unknown color: approx Wood Bark. HEX triplet: 20, 12 and 09. RGB value is (32,18,9). Sum of RGB (Red+Green+Blue) = 32+18+9=59 (7% of max value = 765). Red value is 32 (12.89% from 255 or 54.24% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 9 (3.91% from 255 or 15.25% from 59); Max value from RGB is 32 - color contains mainly: red. Hex color #201209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201209 is #DFEDF6. Grayscale: #151515. Windows color (decimal): -14675447 or 594464. OLE color: 594464.

HSL color Cylindrical-coordinate representation of color #201209: hue angle of 23.48º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #201209 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.87.

Color convert

RGB32189-
CMYK00.440.720.87
HSL23.48º56.1%8.04%-
HSV(B)23.48º71.88%12.55%-
XYZ0.860.760.36-
YUV21.16121.14135.73-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 54.24%
GREEN value IS 18 (7.42% from 255) = 30.51%
BLUE value IS 9 (3.91% from 255) = 15.25%
R=54.24%
G=30.51%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.72
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3218900.440.720.8723.4856.18.04
Hex2012902C485717388
Octal402211054110127277010
Binary100000100101001010110010010001010111101111110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201209; }

 p { color: rgb(32,18,9); }

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

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

 a { background-color: rgb(32,18,9); }

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

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

 span { border-color: rgb(32,18,9); }

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