#20120B

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

Shades of Wood Bark #20120B

Tints of Wood Bark #20120B

Color information

#20120B (or 0x20120B) is unknown color: approx Wood Bark. HEX triplet: 20, 12 and 0B. RGB value is (32,18,11). Sum of RGB (Red+Green+Blue) = 32+18+11=61 (8% of max value = 765). Red value is 32 (12.89% from 255 or 52.46% from 61); Green value is 18 (7.42% from 255 or 29.51% from 61); Blue value is 11 (4.69% from 255 or 18.03% from 61); Max value from RGB is 32 - color contains mainly: red. Hex color #20120B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20120B is #DFEDF4. Grayscale: #151515. Windows color (decimal): -14675445 or 725536. OLE color: 725536.

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

Color convert

RGB321811-
CMYK00.440.660.87
HSL20º48.84%8.43%-
HSV(B)20º65.62%12.55%-
XYZ0.870.760.42-
YUV21.39122.14135.57-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 52.46%
GREEN value IS 18 (7.42% from 255) = 29.51%
BLUE value IS 11 (4.69% from 255) = 18.03%
R=52.46%
G=29.51%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.66
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32181100.440.660.872048.848.43
Hex2012B02C425714318
Octal402213054102127246110
Binary100000100101011010110010000101010111101001100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20120B; }

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

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

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

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

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

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

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

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