#201714

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

Shades of Wood Bark #201714

Tints of Wood Bark #201714

Color information

#201714 (or 0x201714) is unknown color: approx Wood Bark. HEX triplet: 20, 17 and 14. RGB value is (32,23,20). Sum of RGB (Red+Green+Blue) = 32+23+20=75 (9% of max value = 765). Red value is 32 (12.89% from 255 or 42.67% from 75); Green value is 23 (9.38% from 255 or 30.67% from 75); Blue value is 20 (8.20% from 255 or 26.67% from 75); Max value from RGB is 32 - color contains mainly: red. Hex color #201714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201714 is #DFE8EB. Grayscale: #191919. Windows color (decimal): -14674156 or 1316640. OLE color: 1316640.

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

Color convert

RGB322320-
CMYK00.280.370.87
HSL15º23.08%10.2%-
HSV(B)15º37.5%12.55%-
XYZ1.030.970.79-
YUV25.35124.98132.74-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 42.67%
GREEN value IS 23 (9.38% from 255) = 30.67%
BLUE value IS 20 (8.20% from 255) = 26.67%
R=42.67%
G=30.67%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32232000.280.370.871523.0810.2
Hex20171401C2557f17a
Octal40272403445127172712
Binary100000101111010001110010010110101111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201714; }

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

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

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

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

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

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

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

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