Html Css Color HEX #201713 Wood Bark

📋 copy color: '#201713'

red 32 ◦ green 23 ◦ blue 19

#201713
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wood Bark #201713

Tints of Wood Bark #201713

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 value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.87

RGB Variations

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

Color information

#201713 (or 0x201713) is known color: 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

RGB 32 23 19 -
CMYK 0 0.28 0.41 0.87
HSL 18.46º 0.25% 0.1% -
HSV(B) 18.46º 0.41% 0.13% -
XYZ 1.02 0.97 0.75 -
YUV 25.24 124.48 132.83 -
System Red Green Blue C M Y K H S L
Decimal 32 23 19 0 0.28 0.41 0.87 18.46 0.25 0.1
Hex 20 17 13 0 1C 29 57 12 19 A
Octal 40 27 23 0 34 51 127 22 31 12
Binary 100000 10111 10011 0 11100 101001 1010111 10010 11001 1010

Color Harmonies of #201713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201713

Black with #201713

Text Example


Text Example

White with #201713

Text Example


Text Example

HTML Codes & Css Web 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>