#22140A

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

Shades of Wood Bark #22140A

Tints of Wood Bark #22140A

Color information

#22140A (or 0x22140A) is unknown color: approx Wood Bark. HEX triplet: 22, 14 and 0A. RGB value is (34,20,10). Sum of RGB (Red+Green+Blue) = 34+20+10=64 (8% of max value = 765). Red value is 34 (13.67% from 255 or 53.12% from 64); Green value is 20 (8.20% from 255 or 31.25% from 64); Blue value is 10 (4.30% from 255 or 15.62% from 64); Max value from RGB is 34 - color contains mainly: red. Hex color #22140A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #22140A is #DDEBF5. Grayscale: #171717. Windows color (decimal): -14543862 or 660514. OLE color: 660514.

HSL color Cylindrical-coordinate representation of color #22140A: hue angle of 25º degrees, saturation: 0.55, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #22140A is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.87.

Color convert

RGB342010-
CMYK00.410.710.87
HSL25º54.55%8.63%-
HSV(B)25º70.59%13.33%-
XYZ0.960.860.4-
YUV23.05120.64135.81-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 53.12%
GREEN value IS 20 (8.20% from 255) = 31.25%
BLUE value IS 10 (4.30% from 255) = 15.62%
R=53.12%
G=31.25%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.71
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34201000.410.710.872554.558.63
Hex2214A029475719379
Octal422412051107127316711
Binary100010101001010010100110001111010111110011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22140A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22140A; }

 p { color: rgb(34,20,10); }

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

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

 a { background-color: rgb(34,20,10); }

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

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

 span { border-color: rgb(34,20,10); }

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