Html Css Color HEX #50845F Como

📋 copy color: '#50845F'

red 80 ◦ green 132 ◦ blue 95

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

Shades of Como #50845F

Tints of Como #50845F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.94%

R = 26.06%
G = 43%
B = 30.94%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#50845F (or 0x50845F) is known color: Como. HEX triplet: 50, 84 and 5F. RGB value is (80,132,95). Sum of RGB (Red+Green+Blue) = 80+132+95=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 132 (51.95% from 255 or 43.00% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 132 - color contains mainly: green. Hex color #50845F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50845F is #AF7BA0. Grayscale: #707070. Windows color (decimal): -11500449 or 6259792. OLE color: 6259792.

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

Color convert

RGB 80 132 95 -
CMYK 0.39 0 0.28 0.48
HSL 137.31º 0.25% 0.42% -
HSV(B) 137.31º 0.39% 0.52% -
XYZ 13.63 19.03 13.78 -
YUV 112.23 118.27 105.01 -
System Red Green Blue C M Y K H S L
Decimal 80 132 95 0.39 0 0.28 0.48 137.31 0.25 0.42
Hex 50 84 5F 27 0 1C 30 89 19 2A
Octal 120 204 137 47 0 34 60 211 31 52
Binary 1010000 10000100 1011111 100111 0 11100 110000 10001001 11001 101010

Color Harmonies of #50845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50845F

Black with #50845F

Text Example


Text Example

White with #50845F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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