Html Css Color HEX #50322A Espresso

📋 copy color: '#50322A'

red 80 ◦ green 50 ◦ blue 42

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

Shades of Espresso #50322A

Tints of Espresso #50322A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 24.42%

R = 46.51%
G = 29.07%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#50322A (or 0x50322A) is known color: Espresso. HEX triplet: 50, 32 and 2A. RGB value is (80,50,42). Sum of RGB (Red+Green+Blue) = 80+50+42=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #50322A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50322A is #AFCDD5. Grayscale: #3A3A3A. Windows color (decimal): -11521494 or 2765392. OLE color: 2765392.

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

Color convert

RGB 80 50 42 -
CMYK 0 0.37 0.48 0.69
HSL 12.63º 0.31% 0.24% -
HSV(B) 12.63º 0.48% 0.31% -
XYZ 4.87 4.15 2.74 -
YUV 58.06 118.94 143.65 -
System Red Green Blue C M Y K H S L
Decimal 80 50 42 0 0.37 0.48 0.69 12.63 0.31 0.24
Hex 50 32 2A 0 25 30 45 D 1F 18
Octal 120 62 52 0 45 60 105 15 37 30
Binary 1010000 110010 101010 0 100101 110000 1000101 1101 11111 11000

Color Harmonies of #50322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50322A

Black with #50322A

Text Example


Text Example

White with #50322A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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