#201713

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

Shades of Wood Bark #201713

Tints of Wood Bark #201713

Color information

#201713 (or 0x201713) is unknown color: approx Wood Bark. HEX triplet: 20, 17 and 13. RGB value is (32,23,19). Sum of RGB (Red+Green+Blue) = 32+23+19=74 (9% of max value = 765). Red value is 32 (12.89% from 255 or 43.24% from 74); Green value is 23 (9.38% from 255 or 31.08% from 74); Blue value is 19 (7.81% from 255 or 25.68% from 74); Max value from RGB is 32 - color contains mainly: red. Hex color #201713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201713 is #DFE8EC. Grayscale: #191919. Windows color (decimal): -14674157 or 1251104. OLE color: 1251104.

HSL color Cylindrical-coordinate representation of color #201713: hue angle of 18.46º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #201713 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.87.

Color convert

RGB322319-
CMYK00.280.410.87
HSL18.46º25.49%10%-
HSV(B)18.46º40.62%12.55%-
XYZ1.020.970.75-
YUV25.24124.48132.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 43.24%
GREEN value IS 23 (9.38% from 255) = 31.08%
BLUE value IS 19 (7.81% from 255) = 25.68%
R=43.24%
G=31.08%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.41
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32231900.280.410.8718.4625.4910
Hex20171301C29571219a
Octal40272303451127223112
Binary1000001011110011011100101001101011110010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201713; }

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

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

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

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

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

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

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

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