#342721

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

Shades of Wood Bark #342721

Tints of Wood Bark #342721

Color information

#342721 (or 0x342721) is unknown color: approx Wood Bark. HEX triplet: 34, 27 and 21. RGB value is (52,39,33). Sum of RGB (Red+Green+Blue) = 52+39+33=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 39 (15.62% from 255 or 31.45% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 52 - color contains mainly: red. Hex color #342721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342721 is #CBD8DE. Grayscale: #2A2A2A. Windows color (decimal): -13359327 or 2172724. OLE color: 2172724.

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

Color convert

RGB523933-
CMYK00.250.370.80
HSL18.95º22.35%16.67%-
HSV(B)18.95º36.54%20.39%-
XYZ2.422.291.75-
YUV42.2122.81134.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.94%
GREEN value IS 39 (15.62% from 255) = 31.45%
BLUE value IS 33 (13.28% from 255) = 26.61%
R=41.94%
G=31.45%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52393300.250.370.8018.9522.3516.67
Hex3427210192550131611
Octal64474103145120232621
Binary1101001001111000010110011001011010000100111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342721; }

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

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

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

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

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

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

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

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