#221712

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

Shades of Wood Bark #221712

Tints of Wood Bark #221712

Color information

#221712 (or 0x221712) is unknown color: approx Wood Bark. HEX triplet: 22, 17 and 12. RGB value is (34,23,18). Sum of RGB (Red+Green+Blue) = 34+23+18=75 (9% of max value = 765). Red value is 34 (13.67% from 255 or 45.33% from 75); Green value is 23 (9.38% from 255 or 30.67% from 75); Blue value is 18 (7.42% from 255 or 24% from 75); Max value from RGB is 34 - color contains mainly: red. Hex color #221712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221712 is #DDE8ED. Grayscale: #191919. Windows color (decimal): -14543086 or 1185570. OLE color: 1185570.

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

Color convert

RGB342318-
CMYK00.320.470.87
HSL18.75º30.77%10.2%-
HSV(B)18.75º47.06%13.33%-
XYZ1.0810.71-
YUV25.72123.64133.91-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 45.33%
GREEN value IS 23 (9.38% from 255) = 30.67%
BLUE value IS 18 (7.42% from 255) = 24%
R=45.33%
G=30.67%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34231800.320.470.8718.7530.7710.2
Hex2217120202F57131fa
Octal42272204057127233712
Binary10001010111100100100000101111101011110011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221712; }

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

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

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

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

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

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

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

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