#211612

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

Shades of Wood Bark #211612

Tints of Wood Bark #211612

Color information

#211612 (or 0x211612) is unknown color: approx Wood Bark. HEX triplet: 21, 16 and 12. RGB value is (33,22,18). Sum of RGB (Red+Green+Blue) = 33+22+18=73 (9% of max value = 765). Red value is 33 (13.28% from 255 or 45.21% from 73); Green value is 22 (8.98% from 255 or 30.14% from 73); Blue value is 18 (7.42% from 255 or 24.66% from 73); Max value from RGB is 33 - color contains mainly: red. Hex color #211612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211612 is #DEE9ED. Grayscale: #181818. Windows color (decimal): -14608878 or 1185313. OLE color: 1185313.

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

Color convert

RGB332218-
CMYK00.330.450.87
HSL16º29.41%10%-
HSV(B)16º45.45%12.94%-
XYZ1.020.940.7-
YUV24.83124.14133.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 45.21%
GREEN value IS 22 (8.98% from 255) = 30.14%
BLUE value IS 18 (7.42% from 255) = 24.66%
R=45.21%
G=30.14%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33221800.330.450.871629.4110
Hex2116120212D57101da
Octal41262204155127203512
Binary10000110110100100100001101101101011110000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211612; }

 p { color: rgb(33,22,18); }

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

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

 a { background-color: rgb(33,22,18); }

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

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

 span { border-color: rgb(33,22,18); }

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