Html Css Color HEX #342C27 Coffee Bean

📋 copy color: '#342C27'

red 52 ◦ green 44 ◦ blue 39

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

Shades of Coffee Bean #342C27

Tints of Coffee Bean #342C27

RGB

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

 GREEN value IS 44 (17.58% from 255) = 32.59%

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

R = 38.52%
G = 32.59%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.80

RGB Variations

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

Color information

#342C27 (or 0x342C27) is known color: Coffee Bean. HEX triplet: 34, 2C and 27. RGB value is (52,44,39). Sum of RGB (Red+Green+Blue) = 52+44+39=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 44 (17.58% from 255 or 32.59% from 135); Blue value is 39 (15.62% from 255 or 28.89% from 135); Max value from RGB is 52 - color contains mainly: red. Hex color #342C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342C27 is #CBD3D8. Grayscale: #2D2D2D. Windows color (decimal): -13358041 or 2567220. OLE color: 2567220.

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

Color convert

RGB 52 44 39 -
CMYK 0 0.15 0.25 0.80
HSL 23.08º 0.14% 0.18% -
HSV(B) 23.08º 0.25% 0.2% -
XYZ 2.68 2.68 2.29 -
YUV 45.82 124.15 132.41 -
System Red Green Blue C M Y K H S L
Decimal 52 44 39 0 0.15 0.25 0.80 23.08 0.14 0.18
Hex 34 2C 27 0 F 19 50 17 E 12
Octal 64 54 47 0 17 31 120 27 16 22
Binary 110100 101100 100111 0 1111 11001 1010000 10111 1110 10010

Color Harmonies of #342C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342C27

Black with #342C27

Text Example


Text Example

White with #342C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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