Html Css Color HEX #50322C Espresso

📋 copy color: '#50322C'

red 80 ◦ green 50 ◦ blue 44

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

Shades of Espresso #50322C

Tints of Espresso #50322C

RGB

 RED value IS 80 (31.64% from 255) = 45.98%

 GREEN value IS 50 (19.92% from 255) = 28.74%

 BLUE value IS 44 (17.58% from 255) = 25.29%

R = 45.98%
G = 28.74%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.69

RGB Variations

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

Color information

#50322C (or 0x50322C) is known color: Espresso. HEX triplet: 50, 32 and 2C. RGB value is (80,50,44). Sum of RGB (Red+Green+Blue) = 80+50+44=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #50322C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50322C is #AFCDD3. Grayscale: #3A3A3A. Windows color (decimal): -11521492 or 2896464. OLE color: 2896464.

HSL color Cylindrical-coordinate representation of color #50322C: hue angle of 10º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #50322C is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 50 44 -
CMYK 0 0.37 0.45 0.69
HSL 10º 0.29% 0.24% -
HSV(B) 10º 0.45% 0.31% -
XYZ 4.9 4.17 2.93 -
YUV 58.29 119.94 143.49 -
System Red Green Blue C M Y K H S L
Decimal 80 50 44 0 0.37 0.45 0.69 10 0.29 0.24
Hex 50 32 2C 0 25 2D 45 A 1D 18
Octal 120 62 54 0 45 55 105 12 35 30
Binary 1010000 110010 101100 0 100101 101101 1000101 1010 11101 11000

Color Harmonies of #50322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50322C

Black with #50322C

Text Example


Text Example

White with #50322C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50322C; }

 p { color: rgb(80,50,44); }

 H1.HeaderClassName
 {
   color: #50322C;
 }
 .AnyTagClassName
 {
   color: #50322C;
 }
</style>

background-color css

<style>
 a { background-color: #50322C; }

 a { background-color: rgb(80,50,44); }

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

border-color css

<style>
 span { border-color: #50322C; }

 span { border-color: rgb(80,50,44); }

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