#342E29

Color #342E29 Coffee Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coffee Bean #342E29

Tints of Coffee Bean #342E29

Color information

#342E29 (or 0x342E29) is unknown color: approx Coffee Bean. HEX triplet: 34, 2E and 29. RGB value is (52,46,41). Sum of RGB (Red+Green+Blue) = 52+46+41=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 52 - color contains mainly: red. Hex color #342E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342E29 is #CBD1D6. Grayscale: #2F2F2F. Windows color (decimal): -13357527 or 2698804. OLE color: 2698804.

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

Color convert

RGB524641-
CMYK00.120.210.80
HSL27.27º11.83%18.24%-
HSV(B)27.27º21.15%20.39%-
XYZ2.792.842.5-
YUV47.22124.49131.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.41%
GREEN value IS 46 (18.36% from 255) = 33.09%
BLUE value IS 41 (16.41% from 255) = 29.50%
R=37.41%
G=33.09%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52464100.120.210.8027.2711.8318.24
Hex342E290C15501bc12
Octal64565101425120331422
Binary1101001011101010010110010101101000011011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342E29; }

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

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

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

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

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

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

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

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