#20140C

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

Shades of Wood Bark #20140C

Tints of Wood Bark #20140C

Color information

#20140C (or 0x20140C) is unknown color: approx Wood Bark. HEX triplet: 20, 14 and 0C. RGB value is (32,20,12). Sum of RGB (Red+Green+Blue) = 32+20+12=64 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50% from 64); Green value is 20 (8.20% from 255 or 31.25% from 64); Blue value is 12 (5.08% from 255 or 18.75% from 64); Max value from RGB is 32 - color contains mainly: red. Hex color #20140C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20140C is #DFEBF3. Grayscale: #161616. Windows color (decimal): -14674932 or 791584. OLE color: 791584.

HSL color Cylindrical-coordinate representation of color #20140C: hue angle of 24º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #20140C is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.87.

Color convert

RGB322012-
CMYK00.370.630.87
HSL24º45.45%8.63%-
HSV(B)24º62.5%12.55%-
XYZ0.910.830.46-
YUV22.68121.98134.65-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 50%
GREEN value IS 20 (8.20% from 255) = 31.25%
BLUE value IS 12 (5.08% from 255) = 18.75%
R=50%
G=31.25%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32201200.370.630.872445.458.63
Hex2014C0253F57182d9
Octal40241404577127305511
Binary10000010100110001001011111111010111110001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20140C; }

 p { color: rgb(32,20,12); }

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

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

 a { background-color: rgb(32,20,12); }

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

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

 span { border-color: rgb(32,20,12); }

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