#201511

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

Shades of Wood Bark #201511

Tints of Wood Bark #201511

Color information

#201511 (or 0x201511) is unknown color: approx Wood Bark. HEX triplet: 20, 15 and 11. RGB value is (32,21,17). Sum of RGB (Red+Green+Blue) = 32+21+17=70 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.71% from 70); Green value is 21 (8.59% from 255 or 30% from 70); Blue value is 17 (7.03% from 255 or 24.29% from 70); Max value from RGB is 32 - color contains mainly: red. Hex color #201511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201511 is #DFEAEE. Grayscale: #171717. Windows color (decimal): -14674671 or 1119520. OLE color: 1119520.

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

Color convert

RGB322117-
CMYK00.340.470.87
HSL16º30.61%9.61%-
HSV(B)16º46.88%12.55%-
XYZ0.970.880.65-
YUV23.83124.14133.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 45.71%
GREEN value IS 21 (8.59% from 255) = 30%
BLUE value IS 17 (7.03% from 255) = 24.29%
R=45.71%
G=30%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.47
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32211700.340.470.871630.619.61
Hex2015110222F57101fa
Octal40252104257127203712
Binary10000010101100010100010101111101011110000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201511; }

 p { color: rgb(32,21,17); }

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

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

 a { background-color: rgb(32,21,17); }

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

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

 span { border-color: rgb(32,21,17); }

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