#22150F

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

Shades of Wood Bark #22150F

Tints of Wood Bark #22150F

Color information

#22150F (or 0x22150F) is unknown color: approx Wood Bark. HEX triplet: 22, 15 and 0F. RGB value is (34,21,15). Sum of RGB (Red+Green+Blue) = 34+21+15=70 (9% of max value = 765). Red value is 34 (13.67% from 255 or 48.57% from 70); Green value is 21 (8.59% from 255 or 30% from 70); Blue value is 15 (6.25% from 255 or 21.43% from 70); Max value from RGB is 34 - color contains mainly: red. Hex color #22150F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #22150F is #DDEAF0. Grayscale: #181818. Windows color (decimal): -14543601 or 988450. OLE color: 988450.

HSL color Cylindrical-coordinate representation of color #22150F: hue angle of 18.95º degrees, saturation: 0.39, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #22150F is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.87.

Color convert

RGB342115-
CMYK00.380.560.87
HSL18.95º38.78%9.61%-
HSV(B)18.95º55.88%13.33%-
XYZ1.010.910.57-
YUV24.2122.81134.99-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 48.57%
GREEN value IS 21 (8.59% from 255) = 30%
BLUE value IS 15 (6.25% from 255) = 21.43%
R=48.57%
G=30%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34211500.380.560.8718.9538.789.61
Hex2215F02638571327a
Octal42251704670127234712
Binary10001010101111101001101110001010111100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22150F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22150F; }

 p { color: rgb(34,21,15); }

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

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

 a { background-color: rgb(34,21,15); }

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

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

 span { border-color: rgb(34,21,15); }

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