#50845C

Color #50845C Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #50845C

Tints of Como #50845C

Color information

#50845C (or 0x50845C) is unknown color: approx Como. HEX triplet: 50, 84 and 5C. RGB value is (80,132,92). Sum of RGB (Red+Green+Blue) = 80+132+92=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 132 - color contains mainly: green. Hex color #50845C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50845C is #AF7BA3. Grayscale: #707070. Windows color (decimal): -11500452 or 6063184. OLE color: 6063184.

HSL color Cylindrical-coordinate representation of color #50845C: hue angle of 133.85º 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 #50845C is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB8013292-
CMYK0.3900.300.48
HSL133.85º24.53%41.57%-
HSV(B)133.85º39.39%51.76%-
XYZ13.4918.9813.08-
YUV111.89116.77105.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.32%
GREEN value IS 132 (51.95% from 255) = 43.42%
BLUE value IS 92 (36.33% from 255) = 30.26%
R=26.32%
G=43.42%
B=30.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80132920.3900.300.48133.8524.5341.57
Hex50845C2701E3086192a
Octal12020413447036602063152
Binary10100001000010010111001001110111101100001000011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50845C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50845C;
 }
 .AnyTagClassName
 {
   color: #50845C;
 }
</style>
background-color css

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

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

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

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

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

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