#342824

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

Shades of Wood Bark #342824

Tints of Wood Bark #342824

Color information

#342824 (or 0x342824) is unknown color: approx Wood Bark. HEX triplet: 34, 28 and 24. RGB value is (52,40,36). Sum of RGB (Red+Green+Blue) = 52+40+36=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 36 (14.45% from 255 or 28.12% from 128); Max value from RGB is 52 - color contains mainly: red. Hex color #342824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342824 is #CBD7DB. Grayscale: #2B2B2B. Windows color (decimal): -13359068 or 2369588. OLE color: 2369588.

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

Color convert

RGB524036-
CMYK00.230.310.80
HSL15º18.18%17.25%-
HSV(B)15º30.77%20.39%-
XYZ2.492.382-
YUV43.13123.98134.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.62%
GREEN value IS 40 (16.02% from 255) = 31.25%
BLUE value IS 36 (14.45% from 255) = 28.12%
R=40.62%
G=31.25%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52403600.230.310.801518.1817.25
Hex3428240171F50f1211
Octal64504402737120172221
Binary11010010100010010001011111111101000011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342824; }

 p { color: rgb(52,40,36); }

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

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

 a { background-color: rgb(52,40,36); }

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

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

 span { border-color: rgb(52,40,36); }

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