Html Css Color HEX #342E2A Coffee Bean

📋 copy color: '#342E2A'

red 52 ◦ green 46 ◦ blue 42

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

Shades of Coffee Bean #342E2A

Tints of Coffee Bean #342E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 30%

R = 37.14%
G = 32.86%
B = 30%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.80

RGB Variations

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

Color information

#342E2A (or 0x342E2A) is known color: 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

RGB 52 46 42 -
CMYK 0 0.12 0.19 0.80
HSL 24º 0.11% 0.18% -
HSV(B) 24º 0.19% 0.2% -
XYZ 2.81 2.85 2.59 -
YUV 47.34 124.99 131.33 -
System Red Green Blue C M Y K H S L
Decimal 52 46 42 0 0.12 0.19 0.80 24 0.11 0.18
Hex 34 2E 2A 0 C 13 50 18 B 12
Octal 64 56 52 0 14 23 120 30 13 22
Binary 110100 101110 101010 0 1100 10011 1010000 11000 1011 10010

Color Harmonies of #342E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342E2A

Black with #342E2A

Text Example


Text Example

White with #342E2A

Text Example


Text Example

HTML Codes & Css Web 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>