Html Css Color HEX #50312E Espresso

📋 copy color: '#50312E'

red 80 ◦ green 49 ◦ blue 46

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

Shades of Espresso #50312E

Tints of Espresso #50312E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28%

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

R = 45.71%
G = 28%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#50312E (or 0x50312E) is known color: Espresso. HEX triplet: 50, 31 and 2E. RGB value is (80,49,46). Sum of RGB (Red+Green+Blue) = 80+49+46=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #50312E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50312E is #AFCED1. Grayscale: #393939. Windows color (decimal): -11521746 or 3027280. OLE color: 3027280.

HSL color Cylindrical-coordinate representation of color #50312E: hue angle of 5.29º 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 #50312E is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 49 46 -
CMYK 0 0.39 0.42 0.69
HSL 5.29º 0.27% 0.25% -
HSV(B) 5.29º 0.43% 0.31% -
XYZ 4.9 4.1 3.12 -
YUV 57.93 121.27 143.74 -
System Red Green Blue C M Y K H S L
Decimal 80 49 46 0 0.39 0.42 0.69 5.29 0.27 0.25
Hex 50 31 2E 0 27 2A 45 5 1B 19
Octal 120 61 56 0 47 52 105 5 33 31
Binary 1010000 110001 101110 0 100111 101010 1000101 101 11011 11001

Color Harmonies of #50312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50312E

Black with #50312E

Text Example


Text Example

White with #50312E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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