#221308

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

Shades of Wood Bark #221308

Tints of Wood Bark #221308

Color information

#221308 (or 0x221308) is unknown color: approx Wood Bark. HEX triplet: 22, 13 and 08. RGB value is (34,19,8). Sum of RGB (Red+Green+Blue) = 34+19+8=61 (8% of max value = 765). Red value is 34 (13.67% from 255 or 55.74% from 61); Green value is 19 (7.81% from 255 or 31.15% from 61); Blue value is 8 (3.52% from 255 or 13.11% from 61); Max value from RGB is 34 - color contains mainly: red. Hex color #221308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221308 is #DDECF7. Grayscale: #161616. Windows color (decimal): -14544120 or 529186. OLE color: 529186.

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

Color convert

RGB34198-
CMYK00.440.760.87
HSL25.38º61.9%8.24%-
HSV(B)25.38º76.47%13.33%-
XYZ0.940.820.34-
YUV22.23119.97136.39-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 55.74%
GREEN value IS 19 (7.81% from 255) = 31.15%
BLUE value IS 8 (3.52% from 255) = 13.11%
R=55.74%
G=31.15%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.76
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3419800.440.760.8725.3861.98.24
Hex2213802C4C57193e8
Octal422310054114127317610
Binary100010100111000010110010011001010111110011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221308; }

 p { color: rgb(34,19,8); }

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

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

 a { background-color: rgb(34,19,8); }

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

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

 span { border-color: rgb(34,19,8); }

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