#221812

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

Shades of Wood Bark #221812

Tints of Wood Bark #221812

Color information

#221812 (or 0x221812) is unknown color: approx Wood Bark. HEX triplet: 22, 18 and 12. RGB value is (34,24,18). Sum of RGB (Red+Green+Blue) = 34+24+18=76 (10% of max value = 765). Red value is 34 (13.67% from 255 or 44.74% from 76); Green value is 24 (9.77% from 255 or 31.58% from 76); Blue value is 18 (7.42% from 255 or 23.68% from 76); Max value from RGB is 34 - color contains mainly: red. Hex color #221812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221812 is #DDE7ED. Grayscale: #1A1A1A. Windows color (decimal): -14542830 or 1185826. OLE color: 1185826.

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

Color convert

RGB342418-
CMYK00.290.470.87
HSL22.5º30.77%10.2%-
HSV(B)22.5º47.06%13.33%-
XYZ1.11.040.71-
YUV26.31123.31133.49-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 44.74%
GREEN value IS 24 (9.77% from 255) = 31.58%
BLUE value IS 18 (7.42% from 255) = 23.68%
R=44.74%
G=31.58%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34241800.290.470.8722.530.7710.2
Hex22181201D2F57161fa
Octal42302203557127263712
Binary1000101100010010011101101111101011110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221812; }

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

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

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

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

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

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

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

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