#221610

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

Shades of Wood Bark #221610

Tints of Wood Bark #221610

Color information

#221610 (or 0x221610) is unknown color: approx Wood Bark. HEX triplet: 22, 16 and 10. RGB value is (34,22,16). Sum of RGB (Red+Green+Blue) = 34+22+16=72 (9% of max value = 765). Red value is 34 (13.67% from 255 or 47.22% from 72); Green value is 22 (8.98% from 255 or 30.56% from 72); Blue value is 16 (6.64% from 255 or 22.22% from 72); Max value from RGB is 34 - color contains mainly: red. Hex color #221610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221610 is #DDE9EF. Grayscale: #181818. Windows color (decimal): -14543344 or 1054242. OLE color: 1054242.

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

Color convert

RGB342216-
CMYK00.350.530.87
HSL20º36%9.8%-
HSV(B)20º52.94%13.33%-
XYZ1.040.950.62-
YUV24.9122.98134.49-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 47.22%
GREEN value IS 22 (8.98% from 255) = 30.56%
BLUE value IS 16 (6.64% from 255) = 22.22%
R=47.22%
G=30.56%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34221600.350.530.8720369.8
Hex22161002335571424a
Octal42262004365127244412
Binary100010101101000001000111101011010111101001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221610; }

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

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

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

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

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

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

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

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