Html Css Color HEX #50332B Espresso

📋 copy color: '#50332B'

red 80 ◦ green 51 ◦ blue 43

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

Shades of Espresso #50332B

Tints of Espresso #50332B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.31%

 BLUE value IS 43 (17.19% from 255) = 24.71%

R = 45.98%
G = 29.31%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#50332B (or 0x50332B) is known color: Espresso. HEX triplet: 50, 33 and 2B. RGB value is (80,51,43). Sum of RGB (Red+Green+Blue) = 80+51+43=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 80 - color contains mainly: red. Hex color #50332B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50332B is #AFCCD4. Grayscale: #3A3A3A. Windows color (decimal): -11521237 or 2831184. OLE color: 2831184.

HSL color Cylindrical-coordinate representation of color #50332B: hue angle of 12.97º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50332B is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 51 43 -
CMYK 0 0.36 0.46 0.69
HSL 12.97º 0.3% 0.24% -
HSV(B) 12.97º 0.46% 0.31% -
XYZ 4.93 4.25 2.85 -
YUV 58.76 119.11 143.15 -
System Red Green Blue C M Y K H S L
Decimal 80 51 43 0 0.36 0.46 0.69 12.97 0.3 0.24
Hex 50 33 2B 0 24 2E 45 D 1E 18
Octal 120 63 53 0 44 56 105 15 36 30
Binary 1010000 110011 101011 0 100100 101110 1000101 1101 11110 11000

Color Harmonies of #50332B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50332B

Black with #50332B

Text Example


Text Example

White with #50332B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50332B; }

 p { color: rgb(80,51,43); }

 H1.HeaderClassName
 {
   color: #50332B;
 }
 .AnyTagClassName
 {
   color: #50332B;
 }
</style>

background-color css

<style>
 a { background-color: #50332B; }

 a { background-color: rgb(80,51,43); }

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

border-color css

<style>
 span { border-color: #50332B; }

 span { border-color: rgb(80,51,43); }

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