#221710

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

Shades of Wood Bark #221710

Tints of Wood Bark #221710

Color information

#221710 (or 0x221710) is unknown color: approx Wood Bark. HEX triplet: 22, 17 and 10. RGB value is (34,23,16). Sum of RGB (Red+Green+Blue) = 34+23+16=73 (9% of max value = 765). Red value is 34 (13.67% from 255 or 46.58% from 73); Green value is 23 (9.38% from 255 or 31.51% from 73); Blue value is 16 (6.64% from 255 or 21.92% from 73); Max value from RGB is 34 - color contains mainly: red. Hex color #221710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221710 is #DDE8EF. Grayscale: #191919. Windows color (decimal): -14543088 or 1054498. OLE color: 1054498.

HSL color Cylindrical-coordinate representation of color #221710: hue angle of 23.33º 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 #221710 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.87.

Color convert

RGB342316-
CMYK00.320.530.87
HSL23.33º36%9.8%-
HSV(B)23.33º52.94%13.33%-
XYZ1.060.990.63-
YUV25.49122.64134.07-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 46.58%
GREEN value IS 23 (9.38% from 255) = 31.51%
BLUE value IS 16 (6.64% from 255) = 21.92%
R=46.58%
G=31.51%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34231600.320.530.8723.33369.8
Hex22171002035571724a
Octal42272004065127274412
Binary100010101111000001000001101011010111101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221710; }

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

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

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

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

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

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

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

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