Html Css Color HEX #322D28 Coffee Bean

📋 copy color: '#322D28'

red 50 ◦ green 45 ◦ blue 40

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

Shades of Coffee Bean #322D28

Tints of Coffee Bean #322D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 29.63%

R = 37.04%
G = 33.33%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.80

RGB Variations

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

Color information

#322D28 (or 0x322D28) is known color: Coffee Bean. HEX triplet: 32, 2D and 28. RGB value is (50,45,40). Sum of RGB (Red+Green+Blue) = 50+45+40=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 45 (17.97% from 255 or 33.33% from 135); Blue value is 40 (16.02% from 255 or 29.63% from 135); Max value from RGB is 50 - color contains mainly: red. Hex color #322D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322D28 is #CDD2D7. Grayscale: #2D2D2D. Windows color (decimal): -13488856 or 2633010. OLE color: 2633010.

HSL color Cylindrical-coordinate representation of color #322D28: hue angle of 30º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #322D28 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 45 40 -
CMYK 0 0.10 0.20 0.80
HSL 30º 0.11% 0.18% -
HSV(B) 30º 0.2% 0.2% -
XYZ 2.64 2.71 2.39 -
YUV 45.93 124.66 130.91 -
System Red Green Blue C M Y K H S L
Decimal 50 45 40 0 0.10 0.20 0.80 30 0.11 0.18
Hex 32 2D 28 0 A 14 50 1E B 12
Octal 62 55 50 0 12 24 120 36 13 22
Binary 110010 101101 101000 0 1010 10100 1010000 11110 1011 10010

Color Harmonies of #322D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322D28

Black with #322D28

Text Example


Text Example

White with #322D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,45,40); }

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

background-color css

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

 a { background-color: rgb(50,45,40); }

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

border-color css

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

 span { border-color: rgb(50,45,40); }

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