Html Css Color HEX #342D27 Coffee Bean

📋 copy color: '#342D27'

red 52 ◦ green 45 ◦ blue 39

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

Shades of Coffee Bean #342D27

Tints of Coffee Bean #342D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 28.68%

R = 38.24%
G = 33.09%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.80

RGB Variations

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

Color information

#342D27 (or 0x342D27) is known color: Coffee Bean. HEX triplet: 34, 2D and 27. RGB value is (52,45,39). Sum of RGB (Red+Green+Blue) = 52+45+39=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 45 (17.97% from 255 or 33.09% from 136); Blue value is 39 (15.62% from 255 or 28.68% from 136); Max value from RGB is 52 - color contains mainly: red. Hex color #342D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342D27 is #CBD2D8. Grayscale: #2E2E2E. Windows color (decimal): -13357785 or 2567476. OLE color: 2567476.

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

Color convert

RGB 52 45 39 -
CMYK 0 0.13 0.25 0.80
HSL 27.69º 0.14% 0.18% -
HSV(B) 27.69º 0.25% 0.2% -
XYZ 2.72 2.75 2.31 -
YUV 46.41 123.82 131.99 -
System Red Green Blue C M Y K H S L
Decimal 52 45 39 0 0.13 0.25 0.80 27.69 0.14 0.18
Hex 34 2D 27 0 D 19 50 1C E 12
Octal 64 55 47 0 15 31 120 34 16 22
Binary 110100 101101 100111 0 1101 11001 1010000 11100 1110 10010

Color Harmonies of #342D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342D27

Black with #342D27

Text Example


Text Example

White with #342D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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