#221004

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

Shades of Wood Bark #221004

Tints of Wood Bark #221004

Color information

#221004 (or 0x221004) is unknown color: approx Wood Bark. HEX triplet: 22, 10 and 04. RGB value is (34,16,4). Sum of RGB (Red+Green+Blue) = 34+16+4=54 (7% of max value = 765). Red value is 34 (13.67% from 255 or 62.96% from 54); Green value is 16 (6.64% from 255 or 29.63% from 54); Blue value is 4 (1.95% from 255 or 7.41% from 54); Max value from RGB is 34 - color contains mainly: red. Hex color #221004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221004 is #DDEFFB. Grayscale: #141414. Windows color (decimal): -14544892 or 266274. OLE color: 266274.

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

Color convert

RGB34164-
CMYK00.530.880.87
HSL24º78.95%7.45%-
HSV(B)24º88.24%13.33%-
XYZ0.870.720.21-
YUV20.01118.96137.98-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 62.96%
GREEN value IS 16 (6.64% from 255) = 29.63%
BLUE value IS 4 (1.95% from 255) = 7.41%
R=62.96%
G=29.63%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.88
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3416400.530.880.872478.957.45
Hex221040355857184f7
Octal42204065130127301177
Binary10001010000100011010110110001010111110001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221004; }

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

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

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

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

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

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

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

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