#20120A

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

Shades of Wood Bark #20120A

Tints of Wood Bark #20120A

Color information

#20120A (or 0x20120A) is unknown color: approx Wood Bark. HEX triplet: 20, 12 and 0A. RGB value is (32,18,10). Sum of RGB (Red+Green+Blue) = 32+18+10=60 (7% of max value = 765). Red value is 32 (12.89% from 255 or 53.33% from 60); Green value is 18 (7.42% from 255 or 30% from 60); Blue value is 10 (4.30% from 255 or 16.67% from 60); Max value from RGB is 32 - color contains mainly: red. Hex color #20120A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20120A is #DFEDF5. Grayscale: #151515. Windows color (decimal): -14675446 or 660000. OLE color: 660000.

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

Color convert

RGB321810-
CMYK00.440.690.87
HSL21.82º52.38%8.24%-
HSV(B)21.82º68.75%12.55%-
XYZ0.870.760.39-
YUV21.27121.64135.65-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 53.33%
GREEN value IS 18 (7.42% from 255) = 30%
BLUE value IS 10 (4.30% from 255) = 16.67%
R=53.33%
G=30%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32181000.440.690.8721.8252.388.24
Hex2012A02C455716348
Octal402212054105127266410
Binary100000100101010010110010001011010111101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20120A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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