#342925

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

Shades of Wood Bark #342925

Tints of Wood Bark #342925

Color information

#342925 (or 0x342925) is unknown color: approx Wood Bark. HEX triplet: 34, 29 and 25. RGB value is (52,41,37). Sum of RGB (Red+Green+Blue) = 52+41+37=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 41 (16.41% from 255 or 31.54% from 130); Blue value is 37 (14.84% from 255 or 28.46% from 130); Max value from RGB is 52 - color contains mainly: red. Hex color #342925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342925 is #CBD6DA. Grayscale: #2B2B2B. Windows color (decimal): -13358811 or 2435380. OLE color: 2435380.

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

Color convert

RGB524137-
CMYK00.210.290.80
HSL16º16.85%17.45%-
HSV(B)16º28.85%20.39%-
XYZ2.542.452.09-
YUV43.83124.14133.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40%
GREEN value IS 41 (16.41% from 255) = 31.54%
BLUE value IS 37 (14.84% from 255) = 28.46%
R=40%
G=31.54%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52413700.210.290.801616.8517.45
Hex3429250151D50101111
Octal64514502535120202121
Binary110100101001100101010101111011010000100001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342925; }

 p { color: rgb(52,41,37); }

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

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

 a { background-color: rgb(52,41,37); }

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

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

 span { border-color: rgb(52,41,37); }

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