Html Css Color HEX #50322E Espresso

📋 copy color: '#50322E'

red 80 ◦ green 50 ◦ blue 46

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

Shades of Espresso #50322E

Tints of Espresso #50322E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 26.14%

R = 45.45%
G = 28.41%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#50322E (or 0x50322E) is known color: Espresso. HEX triplet: 50, 32 and 2E. RGB value is (80,50,46). Sum of RGB (Red+Green+Blue) = 80+50+46=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 80 - color contains mainly: red. Hex color #50322E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50322E is #AFCDD1. Grayscale: #3A3A3A. Windows color (decimal): -11521490 or 3027536. OLE color: 3027536.

HSL color Cylindrical-coordinate representation of color #50322E: hue angle of 7.06º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50322E is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 50 46 -
CMYK 0 0.37 0.42 0.69
HSL 7.06º 0.27% 0.25% -
HSV(B) 7.06º 0.43% 0.31% -
XYZ 4.94 4.18 3.13 -
YUV 58.51 120.94 143.33 -
System Red Green Blue C M Y K H S L
Decimal 80 50 46 0 0.37 0.42 0.69 7.06 0.27 0.25
Hex 50 32 2E 0 25 2A 45 7 1B 19
Octal 120 62 56 0 45 52 105 7 33 31
Binary 1010000 110010 101110 0 100101 101010 1000101 111 11011 11001

Color Harmonies of #50322E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50322E

Black with #50322E

Text Example


Text Example

White with #50322E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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