#201309

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

Shades of Wood Bark #201309

Tints of Wood Bark #201309

Color information

#201309 (or 0x201309) is unknown color: approx Wood Bark. HEX triplet: 20, 13 and 09. RGB value is (32,19,9). Sum of RGB (Red+Green+Blue) = 32+19+9=60 (7% of max value = 765). Red value is 32 (12.89% from 255 or 53.33% from 60); Green value is 19 (7.81% from 255 or 31.67% from 60); Blue value is 9 (3.91% from 255 or 15% from 60); Max value from RGB is 32 - color contains mainly: red. Hex color #201309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201309 is #DFECF6. Grayscale: #151515. Windows color (decimal): -14675191 or 594720. OLE color: 594720.

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

Color convert

RGB32199-
CMYK00.410.720.87
HSL26.09º56.1%8.04%-
HSV(B)26.09º71.88%12.55%-
XYZ0.880.790.37-
YUV21.75120.81135.31-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 53.33%
GREEN value IS 19 (7.81% from 255) = 31.67%
BLUE value IS 9 (3.91% from 255) = 15%
R=53.33%
G=31.67%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.72
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3219900.410.720.8726.0956.18.04
Hex2013902948571a388
Octal402311051110127327010
Binary100000100111001010100110010001010111110101110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201309; }

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

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

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

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

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

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

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

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