Html Css Color HEX #342D29 Coffee Bean

📋 copy color: '#342D29'

red 52 ◦ green 45 ◦ blue 41

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

Shades of Coffee Bean #342D29

Tints of Coffee Bean #342D29

RGB

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

 GREEN value IS 45 (17.97% from 255) = 32.61%

 BLUE value IS 41 (16.41% from 255) = 29.71%

R = 37.68%
G = 32.61%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.21

 K value IS 0.80

RGB Variations

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

Color information

#342D29 (or 0x342D29) is known color: Coffee Bean. HEX triplet: 34, 2D and 29. RGB value is (52,45,41). Sum of RGB (Red+Green+Blue) = 52+45+41=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 45 (17.97% from 255 or 32.61% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 52 - color contains mainly: red. Hex color #342D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342D29 is #CBD2D6. Grayscale: #2E2E2E. Windows color (decimal): -13357783 or 2698548. OLE color: 2698548.

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

Color convert

RGB 52 45 41 -
CMYK 0 0.13 0.21 0.80
HSL 21.82º 0.12% 0.18% -
HSV(B) 21.82º 0.21% 0.2% -
XYZ 2.75 2.77 2.49 -
YUV 46.64 124.82 131.83 -
System Red Green Blue C M Y K H S L
Decimal 52 45 41 0 0.13 0.21 0.80 21.82 0.12 0.18
Hex 34 2D 29 0 D 15 50 16 C 12
Octal 64 55 51 0 15 25 120 26 14 22
Binary 110100 101101 101001 0 1101 10101 1010000 10110 1100 10010

Color Harmonies of #342D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342D29

Black with #342D29

Text Example


Text Example

White with #342D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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