Html Css Color HEX #322A23 Coffee Bean

📋 copy color: '#322A23'

red 50 ◦ green 42 ◦ blue 35

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

Shades of Coffee Bean #322A23

Tints of Coffee Bean #322A23

RGB

 RED value IS 50 (19.92% from 255) = 39.37%

 GREEN value IS 42 (16.8% from 255) = 33.07%

 BLUE value IS 35 (14.06% from 255) = 27.56%

R = 39.37%
G = 33.07%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.30

 K value IS 0.80

RGB Variations

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

Color information

#322A23 (or 0x322A23) is known color: Coffee Bean. HEX triplet: 32, 2A and 23. RGB value is (50,42,35). Sum of RGB (Red+Green+Blue) = 50+42+35=127 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.37% from 127); Green value is 42 (16.80% from 255 or 33.07% from 127); Blue value is 35 (14.06% from 255 or 27.56% from 127); Max value from RGB is 50 - color contains mainly: red. Hex color #322A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322A23 is #CDD5DC. Grayscale: #2B2B2B. Windows color (decimal): -13489629 or 2304562. OLE color: 2304562.

HSL color Cylindrical-coordinate representation of color #322A23: hue angle of 28º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #322A23 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 42 35 -
CMYK 0 0.16 0.30 0.80
HSL 28º 0.18% 0.17% -
HSV(B) 28º 0.3% 0.2% -
XYZ 2.45 2.46 1.94 -
YUV 43.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 50 42 35 0 0.16 0.30 0.80 28 0.18 0.17
Hex 32 2A 23 0 10 1E 50 1C 12 11
Octal 62 52 43 0 20 36 120 34 22 21
Binary 110010 101010 100011 0 10000 11110 1010000 11100 10010 10001

Color Harmonies of #322A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322A23

Black with #322A23

Text Example


Text Example

White with #322A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322A23; }

 p { color: rgb(50,42,35); }

 H1.HeaderClassName
 {
   color: #322A23;
 }
 .AnyTagClassName
 {
   color: #322A23;
 }
</style>

background-color css

<style>
 a { background-color: #322A23; }

 a { background-color: rgb(50,42,35); }

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

border-color css

<style>
 span { border-color: #322A23; }

 span { border-color: rgb(50,42,35); }

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