#342722

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

Shades of Wood Bark #342722

Tints of Wood Bark #342722

Color information

#342722 (or 0x342722) is unknown color: approx Wood Bark. HEX triplet: 34, 27 and 22. RGB value is (52,39,34). Sum of RGB (Red+Green+Blue) = 52+39+34=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 39 (15.62% from 255 or 31.2% from 125); Blue value is 34 (13.67% from 255 or 27.2% from 125); Max value from RGB is 52 - color contains mainly: red. Hex color #342722 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342722 is #CBD8DD. Grayscale: #2A2A2A. Windows color (decimal): -13359326 or 2238260. OLE color: 2238260.

HSL color Cylindrical-coordinate representation of color #342722: hue angle of 16.67º degrees, saturation: 0.21, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #342722 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.80.

Color convert

RGB523934-
CMYK00.250.350.80
HSL16.67º20.93%16.86%-
HSV(B)16.67º34.62%20.39%-
XYZ2.432.31.83-
YUV42.32123.31134.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.6%
GREEN value IS 39 (15.62% from 255) = 31.2%
BLUE value IS 34 (13.67% from 255) = 27.2%
R=41.6%
G=31.2%
B=27.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52393400.250.350.8016.6720.9316.86
Hex3427220192350111511
Octal64474203143120212521
Binary1101001001111000100110011000111010000100011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342722; }

 p { color: rgb(52,39,34); }

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

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

 a { background-color: rgb(52,39,34); }

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

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

 span { border-color: rgb(52,39,34); }

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