Html Css Color HEX #342E2B Coffee Bean

📋 copy color: '#342E2B'

red 52 ◦ green 46 ◦ blue 43

#342E2B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coffee Bean #342E2B

Tints of Coffee Bean #342E2B

RGB

 RED value IS 52 (20.7% from 255) = 36.88%

 GREEN value IS 46 (18.36% from 255) = 32.62%

 BLUE value IS 43 (17.19% from 255) = 30.5%

R = 36.88%
G = 32.62%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.80

RGB Variations

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

Color information

#342E2B (or 0x342E2B) is known color: Coffee Bean. HEX triplet: 34, 2E and 2B. RGB value is (52,46,43). Sum of RGB (Red+Green+Blue) = 52+46+43=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 46 (18.36% from 255 or 32.62% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 52 - color contains mainly: red. Hex color #342E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342E2B is #CBD1D4. Grayscale: #2F2F2F. Windows color (decimal): -13357525 or 2829876. OLE color: 2829876.

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

Color convert

RGB 52 46 43 -
CMYK 0 0.12 0.17 0.80
HSL 20º 0.09% 0.19% -
HSV(B) 20º 0.17% 0.2% -
XYZ 2.83 2.86 2.69 -
YUV 47.45 125.49 131.24 -
System Red Green Blue C M Y K H S L
Decimal 52 46 43 0 0.12 0.17 0.80 20 0.09 0.19
Hex 34 2E 2B 0 C 11 50 14 9 13
Octal 64 56 53 0 14 21 120 24 11 23
Binary 110100 101110 101011 0 1100 10001 1010000 10100 1001 10011

Color Harmonies of #342E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342E2B

Black with #342E2B

Text Example


Text Example

White with #342E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #342E2B;
 }
 .AnyTagClassName
 {
   color: #342E2B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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