#20130B

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

Shades of Wood Bark #20130B

Tints of Wood Bark #20130B

Color information

#20130B (or 0x20130B) is unknown color: approx Wood Bark. HEX triplet: 20, 13 and 0B. RGB value is (32,19,11). Sum of RGB (Red+Green+Blue) = 32+19+11=62 (8% of max value = 765). Red value is 32 (12.89% from 255 or 51.61% from 62); Green value is 19 (7.81% from 255 or 30.65% from 62); Blue value is 11 (4.69% from 255 or 17.74% from 62); Max value from RGB is 32 - color contains mainly: red. Hex color #20130B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20130B is #DFECF4. Grayscale: #161616. Windows color (decimal): -14675189 or 725792. OLE color: 725792.

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

Color convert

RGB321911-
CMYK00.410.660.87
HSL22.86º48.84%8.43%-
HSV(B)22.86º65.62%12.55%-
XYZ0.890.80.42-
YUV21.98121.81135.15-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 51.61%
GREEN value IS 19 (7.81% from 255) = 30.65%
BLUE value IS 11 (4.69% from 255) = 17.74%
R=51.61%
G=30.65%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.66
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32191100.410.660.8722.8648.848.43
Hex2013B029425717318
Octal402313051102127276110
Binary100000100111011010100110000101010111101111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20130B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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