#342823

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

Shades of Wood Bark #342823

Tints of Wood Bark #342823

Color information

#342823 (or 0x342823) is unknown color: approx Wood Bark. HEX triplet: 34, 28 and 23. RGB value is (52,40,35). Sum of RGB (Red+Green+Blue) = 52+40+35=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 35 (14.06% from 255 or 27.56% from 127); Max value from RGB is 52 - color contains mainly: red. Hex color #342823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342823 is #CBD7DC. Grayscale: #2B2B2B. Windows color (decimal): -13359069 or 2304052. OLE color: 2304052.

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

Color convert

RGB524035-
CMYK00.230.330.80
HSL17.65º19.54%17.06%-
HSV(B)17.65º32.69%20.39%-
XYZ2.482.371.92-
YUV43.02123.48134.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.94%
GREEN value IS 40 (16.02% from 255) = 31.50%
BLUE value IS 35 (14.06% from 255) = 27.56%
R=40.94%
G=31.50%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52403500.230.330.8017.6519.5417.06
Hex3428230172150121411
Octal64504302741120222421
Binary1101001010001000110101111000011010000100101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342823; }

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

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

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

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

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

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

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

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