#221A16

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

Shades of Wood Bark #221A16

Tints of Wood Bark #221A16

Color information

#221A16 (or 0x221A16) is unknown color: approx Wood Bark. HEX triplet: 22, 1A and 16. RGB value is (34,26,22). Sum of RGB (Red+Green+Blue) = 34+26+22=82 (10% of max value = 765). Red value is 34 (13.67% from 255 or 41.46% from 82); Green value is 26 (10.55% from 255 or 31.71% from 82); Blue value is 22 (8.98% from 255 or 26.83% from 82); Max value from RGB is 34 - color contains mainly: red. Hex color #221A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221A16 is #DDE5E9. Grayscale: #1B1B1B. Windows color (decimal): -14542314 or 1448482. OLE color: 1448482.

HSL color Cylindrical-coordinate representation of color #221A16: hue angle of 20º degrees, saturation: 0.21, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #221A16 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.87.

Color convert

RGB342622-
CMYK00.240.350.87
HSL20º21.43%10.98%-
HSV(B)20º35.29%13.33%-
XYZ1.171.140.92-
YUV27.94124.65132.33-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 41.46%
GREEN value IS 26 (10.55% from 255) = 31.71%
BLUE value IS 22 (8.98% from 255) = 26.83%
R=41.46%
G=31.71%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34262200.240.350.872021.4310.98
Hex221A1601823571415b
Octal42322603043127242513
Binary1000101101010110011000100011101011110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221A16; }

 p { color: rgb(34,26,22); }

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

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

 a { background-color: rgb(34,26,22); }

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

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

 span { border-color: rgb(34,26,22); }

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