#342B23

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

Shades of Coffee Bean #342B23

Tints of Coffee Bean #342B23

Color information

#342B23 (or 0x342B23) is unknown color: approx Coffee Bean. HEX triplet: 34, 2B and 23. RGB value is (52,43,35). Sum of RGB (Red+Green+Blue) = 52+43+35=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 43 (17.19% from 255 or 33.08% from 130); Blue value is 35 (14.06% from 255 or 26.92% from 130); Max value from RGB is 52 - color contains mainly: red. Hex color #342B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342B23 is #CBD4DC. Grayscale: #2C2C2C. Windows color (decimal): -13358301 or 2304820. OLE color: 2304820.

HSL color Cylindrical-coordinate representation of color #342B23: hue angle of 28.24º 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 #342B23 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.80.

Color convert

RGB524335-
CMYK00.170.330.80
HSL28.24º19.54%17.06%-
HSV(B)28.24º32.69%20.39%-
XYZ2.582.581.95-
YUV44.78122.48133.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40%
GREEN value IS 43 (17.19% from 255) = 33.08%
BLUE value IS 35 (14.06% from 255) = 26.92%
R=40%
G=33.08%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52433500.170.330.8028.2419.5417.06
Hex342B2301121501c1411
Octal64534302141120342421
Binary1101001010111000110100011000011010000111001010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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