Html Css Color HEX #50845D Como

📋 copy color: '#50845D'

red 80 ◦ green 132 ◦ blue 93

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

Shades of Como #50845D

Tints of Como #50845D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.28%

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

R = 26.23%
G = 43.28%
B = 30.49%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#50845D (or 0x50845D) is known color: Como. HEX triplet: 50, 84 and 5D. RGB value is (80,132,93). Sum of RGB (Red+Green+Blue) = 80+132+93=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 132 - color contains mainly: green. Hex color #50845D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50845D is #AF7BA2. Grayscale: #707070. Windows color (decimal): -11500451 or 6128720. OLE color: 6128720.

HSL color Cylindrical-coordinate representation of color #50845D: hue angle of 135º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #50845D is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 132 93 -
CMYK 0.39 0 0.30 0.48
HSL 135º 0.25% 0.42% -
HSV(B) 135º 0.39% 0.52% -
XYZ 13.54 19 13.31 -
YUV 112.01 117.27 105.17 -
System Red Green Blue C M Y K H S L
Decimal 80 132 93 0.39 0 0.30 0.48 135 0.25 0.42
Hex 50 84 5D 27 0 1E 30 87 19 2A
Octal 120 204 135 47 0 36 60 207 31 52
Binary 1010000 10000100 1011101 100111 0 11110 110000 10000111 11001 101010

Color Harmonies of #50845D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50845D

Black with #50845D

Text Example


Text Example

White with #50845D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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