#342E2A

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

Shades of Coffee Bean #342E2A

Tints of Coffee Bean #342E2A

Color information

#342E2A (or 0x342E2A) is unknown color: approx Coffee Bean. HEX triplet: 34, 2E and 2A. RGB value is (52,46,42). Sum of RGB (Red+Green+Blue) = 52+46+42=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 46 (18.36% from 255 or 32.86% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 52 - color contains mainly: red. Hex color #342E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342E2A is #CBD1D5. Grayscale: #2F2F2F. Windows color (decimal): -13357526 or 2764340. OLE color: 2764340.

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

Color convert

RGB524642-
CMYK00.120.190.80
HSL24º10.64%18.43%-
HSV(B)24º19.23%20.39%-
XYZ2.812.852.59-
YUV47.34124.99131.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.14%
GREEN value IS 46 (18.36% from 255) = 32.86%
BLUE value IS 42 (16.80% from 255) = 30%
R=37.14%
G=32.86%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52464200.120.190.802410.6418.43
Hex342E2A0C135018b12
Octal64565201423120301322
Binary1101001011101010100110010011101000011000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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