Html Css Color HEX #50745D Como

📋 copy color: '#50745D'

red 80 ◦ green 116 ◦ blue 93

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

Shades of Como #50745D

Tints of Como #50745D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.14%

 BLUE value IS 93 (36.72% from 255) = 32.18%

R = 27.68%
G = 40.14%
B = 32.18%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#50745D (or 0x50745D) is known color: Como. HEX triplet: 50, 74 and 5D. RGB value is (80,116,93). Sum of RGB (Red+Green+Blue) = 80+116+93=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 116 - color contains mainly: green. Hex color #50745D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50745D is #AF8BA2. Grayscale: #666666. Windows color (decimal): -11504547 or 6124624. OLE color: 6124624.

HSL color Cylindrical-coordinate representation of color #50745D: hue angle of 141.67º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #50745D is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 116 93 -
CMYK 0.31 0 0.20 0.55
HSL 141.67º 0.18% 0.38% -
HSV(B) 141.67º 0.31% 0.45% -
XYZ 11.53 14.99 12.64 -
YUV 102.61 122.57 111.87 -
System Red Green Blue C M Y K H S L
Decimal 80 116 93 0.31 0 0.20 0.55 141.67 0.18 0.38
Hex 50 74 5D 1F 0 14 37 8E 12 26
Octal 120 164 135 37 0 24 67 216 22 46
Binary 1010000 1110100 1011101 11111 0 10100 110111 10001110 10010 100110

Color Harmonies of #50745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50745D

Black with #50745D

Text Example


Text Example

White with #50745D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50745D; }

 p { color: rgb(80,116,93); }

 H1.HeaderClassName
 {
   color: #50745D;
 }
 .AnyTagClassName
 {
   color: #50745D;
 }
</style>

background-color css

<style>
 a { background-color: #50745D; }

 a { background-color: rgb(80,116,93); }

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

border-color css

<style>
 span { border-color: #50745D; }

 span { border-color: rgb(80,116,93); }

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