#221005

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

Shades of Wood Bark #221005

Tints of Wood Bark #221005

Color information

#221005 (or 0x221005) is unknown color: approx Wood Bark. HEX triplet: 22, 10 and 05. RGB value is (34,16,5). Sum of RGB (Red+Green+Blue) = 34+16+5=55 (7% of max value = 765). Red value is 34 (13.67% from 255 or 61.82% from 55); Green value is 16 (6.64% from 255 or 29.09% from 55); Blue value is 5 (2.34% from 255 or 9.09% from 55); Max value from RGB is 34 - color contains mainly: red. Hex color #221005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221005 is #DDEFFA. Grayscale: #141414. Windows color (decimal): -14544891 or 331810. OLE color: 331810.

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

Color convert

RGB34165-
CMYK00.530.850.87
HSL22.76º74.36%7.65%-
HSV(B)22.76º85.29%13.33%-
XYZ0.870.720.24-
YUV20.13119.46137.89-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 61.82%
GREEN value IS 16 (6.64% from 255) = 29.09%
BLUE value IS 5 (2.34% from 255) = 9.09%
R=61.82%
G=29.09%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.85
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3416500.530.850.8722.7674.367.65
Hex221050355557174a8
Octal422050651251272711210
Binary100010100001010110101101010110101111011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221005; }

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

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

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

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

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

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

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

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